Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2004-05-31 18:06:16 +0000
committerDavid Inglis2004-05-31 18:06:16 +0000
commit760c2a22b5ade12b0e192e738b69d0dc523fd625 (patch)
treef69c5beaf1284d9bf792701115a2103afa416dc1 /debug/org.eclipse.cdt.debug.mi.core/plugin.xml
parent34f6b89386f9e2c88d2b4a6a17f8f16430a2418a (diff)
downloadorg.eclipse.cdt-760c2a22b5ade12b0e192e738b69d0dc523fd625.tar.gz
org.eclipse.cdt-760c2a22b5ade12b0e192e738b69d0dc523fd625.tar.xz
org.eclipse.cdt-760c2a22b5ade12b0e192e738b69d0dc523fd625.zip
fixed update platform filtering
fixed compiler error prompting
Diffstat (limited to 'debug/org.eclipse.cdt.debug.mi.core/plugin.xml')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml
index dca57ef3636..b0ed2eb70df 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml
+++ b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml
@@ -24,7 +24,7 @@
<extension
point="org.eclipse.cdt.debug.core.CDebugger">
<debugger
- platform="native"
+ platform="*"
name="%GDBDebugger.name"
modes="run,core,attach"
cpu="native"

Back to the top