From fa5bc5360754e3bc6353d2c2ed6d6b2c2397637e Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Fri, 19 Feb 2016 14:22:51 -0500 Subject: [PATCH] Bug 478740: Re-order constants Change-Id: I49a584f3f58794718a9eb97c6f8a98fc0b3ca35d --- .../dsf/gdb/IGDBLaunchConfigurationConstants.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/IGDBLaunchConfigurationConstants.java b/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/IGDBLaunchConfigurationConstants.java index ba419dac933..0980e0bc2b7 100644 --- a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/IGDBLaunchConfigurationConstants.java +++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/gdb/IGDBLaunchConfigurationConstants.java @@ -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 * are made available under the terms of the Eclipse Public License v1.0 * 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$ - /** - * 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. * @since 5.0 */ 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 * ATTR_DEBUGGER_UPDATE_THREADLIST_ON_SUSPEND