From a00f0ded40737be55e0c54d6aee369d2f3f7bbce Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Tue, 28 Aug 2007 20:38:03 +0000 Subject: Bug 196002 - Set up the mapping from the gdb/mi debugger to the gnu toolchain. Also map the cygwin debugger to the cygwin toolchain. Fix up the launch shortcut so that the longest matching pattern wins the day since both cygwin and mingw would get trumped by the main gnu one. With this single click debug works on Linux. --- debug/org.eclipse.cdt.debug.mi.core/plugin.xml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'debug') diff --git a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml index 5f38212bddc..118ec607ac7 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml +++ b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml @@ -11,14 +11,22 @@ id="org.eclipse.cdt.debug.mi.core.CDebuggerNew" modes="run,core,attach" name="%GDBMIDebugger.name" - platform="*"/> + platform="*"> + + + + cpu="native" + id="org.eclipse.cdt.debug.mi.core.CygwinCDebugger" + modes="run,core,attach" + name="%CygwinGDBDebugger.name" + platform="win32"> + + + + pattern="cdt\.managedbuild\.config\.gnu\.mingw\..*"> -- cgit v1.2.3