diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 626924f5e24..e7a0f1eb259 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,17 @@ +2003-09-16 Alain Magloire + + Putting the draft work to do a special binary parser + that the addr2line and c++filt command could be set + via extension in the ui. + + * utils/org/eclipse/cdt/utils/elf/parser/GNUElfParser.java + * utils/org/eclipse/cdt/utils/elf/parser/BinaryFile.java + * utils/org/eclipse/cdt/utils/elf/parser/BinaryObject.java + * utils/org/eclipse/cdt/utils/elf/parser/BinaryExecutable.java + * utils/org/eclipse/cdt/utils/elf/parser/BinaryShared.java + * utils/org/eclipse/cdt/utils/elf/parser/BinaryArchive.java + * utils/org/eclipse/cdt/utils/elf/parser/ARMember.java + 2003-09-16 David Inglis Deprecate old make builder 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 @@ + + +