Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2003-09-17 02:11:24 +0000
committerAlain Magloire2003-09-17 02:11:24 +0000
commit2c1ef469c64b5201dd3032229c0f013e3dff8abf (patch)
tree97d1c75efa7b4a2d160d3e9e553f64c19e80986c /core/org.eclipse.cdt.core/plugin.xml
parentf3d847d96a97419dde2645542e9e5df904e2e225 (diff)
downloadorg.eclipse.cdt-2c1ef469c64b5201dd3032229c0f013e3dff8abf.tar.gz
org.eclipse.cdt-2c1ef469c64b5201dd3032229c0f013e3dff8abf.tar.xz
org.eclipse.cdt-2c1ef469c64b5201dd3032229c0f013e3dff8abf.zip
new Binary Parser to add flexibilit to change
commands like addr2line. Still work in progress
Diffstat (limited to 'core/org.eclipse.cdt.core/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.core/plugin.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml
index b55bfac59cb..d2f4c1b7f21 100644
--- a/core/org.eclipse.cdt.core/plugin.xml
+++ b/core/org.eclipse.cdt.core/plugin.xml
@@ -129,6 +129,18 @@
</run>
</cextension>
</extension>
+
+ <!-- extension
+ id="GNU_ELF"
+ name="GNU Elf Parser"
+ point="org.eclipse.cdt.core.BinaryParser">
+ <cextension>
+ <run
+ class="org.eclipse.cdt.utils.elf.parser.GNUElfParser">
+ </run>
+ </cextension>
+ </extension -->
+
<extension
id="PE"
name="PE Windows Parser"

Back to the top