1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

Alphabetize the modes; to be in line with the restrictions added in bug 417138

Change-Id: I35d8943e04acd90f4fba474f79a863c5986e0e05
Signed-off-by: Jesse Weinstein <Jesse.Weinstein@clinicomp.com>
Reviewed-on: https://git.eclipse.org/r/16419
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
This commit is contained in:
Jesse Weinstein 2013-09-13 13:01:51 -04:00 committed by Sergey Prigogin
parent dc28d7f6f8
commit 331ff203d6

4
debug/org.eclipse.cdt.debug.mi.core/plugin.xml Normal file → Executable file
View file

@ -9,7 +9,7 @@
class="org.eclipse.cdt.debug.mi.core.GDBCDIDebugger2" class="org.eclipse.cdt.debug.mi.core.GDBCDIDebugger2"
cpu="native" cpu="native"
id="org.eclipse.cdt.debug.mi.core.CDebuggerNew" id="org.eclipse.cdt.debug.mi.core.CDebuggerNew"
modes="run,core,attach" modes="attach,core,run"
name="%GDBMIDebugger.name" name="%GDBMIDebugger.name"
platform="*"> platform="*">
<buildIdPattern <buildIdPattern
@ -30,7 +30,7 @@
class="org.eclipse.cdt.debug.mi.core.MinGWDebugger" class="org.eclipse.cdt.debug.mi.core.MinGWDebugger"
cpu="native" cpu="native"
id="org.eclipse.cdt.debug.mi.core.MinGW" id="org.eclipse.cdt.debug.mi.core.MinGW"
modes="run,core,attach" modes="attach,core,run"
name="%MinGWDebugger.name" name="%MinGWDebugger.name"
platform="win32"> platform="win32">
<buildIdPattern <buildIdPattern