mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
updated.
This commit is contained in:
parent
e47778c1ae
commit
d6572b1aa6
2 changed files with 28 additions and 0 deletions
|
@ -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
|
2003-10-17 Alain Magloire
|
||||||
|
|
||||||
A proposed fix from c_ravikanth@xxxx, for a more meaningfull
|
A proposed fix from c_ravikanth@xxxx, for a more meaningfull
|
||||||
|
|
|
@ -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
|
2003-10-17 David Inglis
|
||||||
|
|
||||||
Fix build error with Eclipse 3.0.
|
Fix build error with Eclipse 3.0.
|
||||||
|
|
Loading…
Add table
Reference in a new issue