Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2007-04-30 00:22:28 +0000
committerDoug Schaefer2007-04-30 00:22:28 +0000
commitcbf44a76fcb44706bab8436f01a73211c810a9e6 (patch)
tree72ca15164419a676baab2b66048e6d0ce789f1d1 /debug/org.eclipse.cdt.debug.mi.core/plugin.properties
parentee82dc19131900d980cc9ec74433a7f4be5e46c9 (diff)
downloadorg.eclipse.cdt-cbf44a76fcb44706bab8436f01a73211c810a9e6.tar.gz
org.eclipse.cdt-cbf44a76fcb44706bab8436f01a73211c810a9e6.tar.xz
org.eclipse.cdt-cbf44a76fcb44706bab8436f01a73211c810a9e6.zip
Bug 179755 - Introduced mechanism to allow debuggers to specify a regex pattern specifying supported build configurations. This is used to set the defaults in the CDebuggerTab as well as the CApplicationLauchShortcut. A new debugger MinGW is introduced to take advantage of this and set the appropriate paths to the MinGW debugger.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.mi.core/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/plugin.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/plugin.properties b/debug/org.eclipse.cdt.debug.mi.core/plugin.properties
index d6140c2fc28..45518ef8a08 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.mi.core/plugin.properties
@@ -15,6 +15,7 @@ GDBDebugger.name=gdb Debugger
CygwinGDBDebugger.name=Cygwin gdb Debugger
GDBServer.name=gdbserver Debugger
GDBMIDebugger.name=gdb/mi
+MinGWDebugger.name=MinGW gdb Debugger
StandardCommandFactory.name=Standard
StandardLinuxCommandFactory.name=Standard (Linux)

Back to the top