Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorMarc-Andre Laperle2013-07-14 22:35:55 +0000
committerMarc-Andre Laperle2013-08-15 02:34:49 +0000
commit76122eab0db6b686014fa5ecb087e7d1cc2b0355 (patch)
tree331379c40f8689ccfd15c3075e8030f238ed871f /debug
parent7c7c75de76b73765ea50eacad1ba2cbb593da3c6 (diff)
downloadorg.eclipse.cdt-76122eab0db6b686014fa5ecb087e7d1cc2b0355.tar.gz
org.eclipse.cdt-76122eab0db6b686014fa5ecb087e7d1cc2b0355.tar.xz
org.eclipse.cdt-76122eab0db6b686014fa5ecb087e7d1cc2b0355.zip
Bug 371650 - Debug As... prompts for irrelevant debug config for a basic
makefile projec Change-Id: I5bcb971edf54b3f851cb9c76378dfde4c161bfe7 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/14543 Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml
index 3aa0bb1b454..1a1c48a61f5 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml
+++ b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml
@@ -15,6 +15,9 @@
<buildIdPattern
pattern="cdt\.managedbuild\.config\.gnu\..*">
</buildIdPattern>
+ <buildIdPattern
+ pattern="cdt\.managedbuild\.toolchain\.gnu\..*">
+ </buildIdPattern>
</debugger>
<debugger
platform="*"
@@ -33,6 +36,9 @@
<buildIdPattern
pattern="cdt\.managedbuild\.config\.gnu\.mingw\..*">
</buildIdPattern>
+ <buildIdPattern
+ pattern="cdt\.managedbuild\.toolchain\.gnu\.mingw\..*">
+ </buildIdPattern>
</debugger>
</extension>
<extension

Back to the top