mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Missing @since tags
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
55f20a56e2
commit
3d65c3474a
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2009, 2012 Ericsson and others.
|
||||
* Copyright (c) 2009, 2016 Ericsson and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -150,21 +150,25 @@ public interface IGdbDebugPreferenceConstants {
|
|||
|
||||
/**
|
||||
* String preference controlling trace method used for hardware tracing.
|
||||
* @since 5.0
|
||||
*/
|
||||
public static final String PREF_REVERSE_TRACE_METHOD_HARDWARE = PREFIX + ".reversedebugpref.tracemethodHardware"; //$NON-NLS-1$
|
||||
|
||||
/**
|
||||
* String preference controlling trace method used for hardware tracing.
|
||||
* @since 5.0
|
||||
*/
|
||||
public static final String PREF_REVERSE_TRACE_METHOD_GDB_TRACE = "UseGdbTrace"; //$NON-NLS-1$
|
||||
|
||||
/**
|
||||
* String preference controlling trace method used for hardware tracing.
|
||||
* @since 5.0
|
||||
*/
|
||||
public static final String PREF_REVERSE_TRACE_METHOD_BRANCH_TRACE = "UseBranchTrace"; //$NON-NLS-1$
|
||||
|
||||
/**
|
||||
* String preference controlling trace method used for hardware tracing.
|
||||
* @since 5.0
|
||||
*/
|
||||
public static final String PREF_REVERSE_TRACE_METHOD_PROCESSOR_TRACE = "UseProcessorTrace"; //$NON-NLS-1$
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue