1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 06:55:23 +02:00

update the logs

This commit is contained in:
Alain Magloire 2004-01-09 22:13:01 +00:00
parent 8c26ef7560
commit 7e143fdba9

View file

@ -1,3 +1,18 @@
2004-01-09 Alain Magloire
* src/org/eclipse/cdt/core/IBinaryParser.java
Added ISymbol.getSize().
* utils/org/eclipse/cdt/utils/elf/Elf.java
Fix bug in finding the symbols.
* utils/org/eclipse/cdt/utils/elf/parser/BinaryObject.java
Fix bug in finding the symbols.
* utils/org/eclipse/cdt/utils/elf/parser/Symbol.java
Implement ISymbol.java
* utils/org/eclipse/cdt/utils/stabs/Stabs.java
New Methods.
* utils/org/eclipse/cdt/utils/stabs/StabAddre2line.java
Work in progress.
2004-01-08 Hoda Amer
Added Content assist log capabilities