Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2002-08-15 14:40:31 +0000
committerDavid Inglis2002-08-15 14:40:31 +0000
commit2fdab4e038034b05e16b45c427063c902c1feda3 (patch)
tree9aaadb9e862cd870bcdb19e21ef8a98013e36d33
parent1bb2dc956283ae4561fb89bc0aae59c721261a19 (diff)
downloadorg.eclipse.cdt-2fdab4e038034b05e16b45c427063c902c1feda3.tar.gz
org.eclipse.cdt-2fdab4e038034b05e16b45c427063c902c1feda3.tar.xz
org.eclipse.cdt-2fdab4e038034b05e16b45c427063c902c1feda3.zip
new debugger extension format
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml
index ab2026061bb..3ec2dbbd18d 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/plugin.xml
+++ b/debug/org.eclipse.cdt.debug.mi.core/plugin.xml
@@ -16,10 +16,10 @@
<extension
- id="gdb"
- name="%GDBDebugger.name"
point="org.eclipse.cdt.debug.core.CDebugger">
<debugger
+ id="org.eclipse.cdt.debug.mi.core.CDebugger"
+ name="%GDBDebugger.name"
class="org.eclipse.cdt.debug.mi.core.GDBDebugger">
</debugger>
</extension>

Back to the top