From d6572b1aa6781d0a36d15c387ad81832b8313640 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Sun, 19 Oct 2003 01:17:22 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.core/ChangeLog | 21 +++++++++++++++++++++ core/org.eclipse.cdt.ui/ChangeLog | 7 +++++++ 2 files changed, 28 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index a6e60d0414f..a534b4489d3 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,24 @@ +2003-10-18 Alain Magloire + + Implement a Cygwin PE parser where addr2line, c++filt + cygpath can be set. Remove the old implementation + in the core model. + + * plugin.xml: Advertise the new Cygwin PE parser. + + * utils/org/eclipse/cdt/utils/coff/parser/BinaryFile.java + * utils/org/eclipse/cdt/utils/coff/parser/BinaryObject.java + * utils/org/eclipse/cdt/utils/coff/parser/BinaryExcutable.java + * utils/org/eclipse/cdt/utils/coff/parser/BinaryShared.java + * utils/org/eclipse/cdt/utils/coff/parser/BinaryArchive.java + * utils/org/eclipse/cdt/utils/ICygwinToolsProvider.java + + * model/org/eclipse/cdt/internal/model/parser/PEBinaryFile.java + * model/org/eclipse/cdt/internal/model/parser/ElfBinaryFile.java + * model/org/eclipse/cdt/internal/model/parser/PEBinaryArchive.java + * model/org/eclipse/cdt/internal/model/parser/ElfBinaryArchive.java + Removed + 2003-10-17 Alain Magloire A proposed fix from c_ravikanth@xxxx, for a more meaningfull diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index e77136e0f9b..0d929491304 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,10 @@ +2003-10-18 Alain Magloire + + New Binary Parser tab page for Cygwin PE Parser. + + * src/org/eclipse/cdt/ui/dialogs/CygwinPEBinaryParser.java + * plugin.xml: Advertise this new parser. + 2003-10-17 David Inglis Fix build error with Eclipse 3.0.