mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55:39 +02:00
Bug 478740: Re-order constants
Change-Id: I49a584f3f58794718a9eb97c6f8a98fc0b3ca35d
This commit is contained in:
parent
5aa4380050
commit
fa5bc53607
1 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2008, 2013 Ericsson and others.
|
* Copyright (c) 2008, 2015 Ericsson and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -167,18 +167,18 @@ public class IGDBLaunchConfigurationConstants {
|
||||||
*/
|
*/
|
||||||
public static final String DEBUGGER_REVERSE_MODE_SOFTWARE = "UseSoftTrace"; //$NON-NLS-1$
|
public static final String DEBUGGER_REVERSE_MODE_SOFTWARE = "UseSoftTrace"; //$NON-NLS-1$
|
||||||
|
|
||||||
/**
|
|
||||||
* Launch configuration attribute value. The key is ATTR_DEBUGGER_REVERSE_MODE.
|
|
||||||
* @since 5.0
|
|
||||||
*/
|
|
||||||
public static final String DEBUGGER_REVERSE_MODE_DEFAULT = DEBUGGER_REVERSE_MODE_SOFTWARE;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Possible attribute value for the key is ATTR_DEBUGGER_REVERSE_MODE.
|
* Possible attribute value for the key is ATTR_DEBUGGER_REVERSE_MODE.
|
||||||
* @since 5.0
|
* @since 5.0
|
||||||
*/
|
*/
|
||||||
public static final String DEBUGGER_REVERSE_MODE_HARDWARE = "UseHardTrace"; //$NON-NLS-1$
|
public static final String DEBUGGER_REVERSE_MODE_HARDWARE = "UseHardTrace"; //$NON-NLS-1$
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Launch configuration attribute value. The key is ATTR_DEBUGGER_REVERSE_MODE.
|
||||||
|
* @since 5.0
|
||||||
|
*/
|
||||||
|
public static final String DEBUGGER_REVERSE_MODE_DEFAULT = DEBUGGER_REVERSE_MODE_SOFTWARE;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Launch configuration attribute value. The key is
|
* Launch configuration attribute value. The key is
|
||||||
* ATTR_DEBUGGER_UPDATE_THREADLIST_ON_SUSPEND
|
* ATTR_DEBUGGER_UPDATE_THREADLIST_ON_SUSPEND
|
||||||
|
|
Loading…
Add table
Reference in a new issue