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:
parent
dc28d7f6f8
commit
331ff203d6
1 changed files with 2 additions and 2 deletions
4
debug/org.eclipse.cdt.debug.mi.core/plugin.xml
Normal file → Executable file
4
debug/org.eclipse.cdt.debug.mi.core/plugin.xml
Normal file → Executable file
|
@ -9,7 +9,7 @@
|
|||
class="org.eclipse.cdt.debug.mi.core.GDBCDIDebugger2"
|
||||
cpu="native"
|
||||
id="org.eclipse.cdt.debug.mi.core.CDebuggerNew"
|
||||
modes="run,core,attach"
|
||||
modes="attach,core,run"
|
||||
name="%GDBMIDebugger.name"
|
||||
platform="*">
|
||||
<buildIdPattern
|
||||
|
@ -30,7 +30,7 @@
|
|||
class="org.eclipse.cdt.debug.mi.core.MinGWDebugger"
|
||||
cpu="native"
|
||||
id="org.eclipse.cdt.debug.mi.core.MinGW"
|
||||
modes="run,core,attach"
|
||||
modes="attach,core,run"
|
||||
name="%MinGWDebugger.name"
|
||||
platform="win32">
|
||||
<buildIdPattern
|
||||
|
|
Loading…
Add table
Reference in a new issue