1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 09:45:39 +02:00
cdt/core/org.eclipse.cdt.core/ChangeLog

103 lines
3 KiB
Text
Raw Normal View History

2004-01-29 Alain Magloire
PR #50846 and patch from Alex Chapiro
* utils/org/eclipse/cdt/utils/spawner/EnvironmentReader.java
2004-01-26 John Camelon
Updated clients to use new Scanner logging service.
2004-01-06 Alain Magloire
Simple draft implementation of debug format parsing.
Not ready.
* utils/org/eclipse/cdt/utils/debug: New package implementing
a generic debug callback.
2004-01-21 Anthony Green
PR 50397.
* utils/org/eclipse/cdt/utils/elf/Elf.java: Add some ELF machine
magic numbers.
RS6000 is ppc, not mips. Fix some typos.
2004-01-20 Alain Magloire
To remove the hardcoded "objdump" we had to lay
down some infrastructure. This is base on ideas/patch
from Chris Songer. The idea is to define in the IToolsProvider
the Objdump class and reuse it to implement IBinaryFile.getContents().
Next step is to come up with ObjdumpEditor, to go this route
will be more flexible.
* model/org/eclipse/cdt/internal/core/model/Binary.java
* utils/org/eclipse/cdt/utils/CygwinToolsProvider.java
* utils/org/eclipse/cdt/utils/ToolsProvider.java
* utils/org/eclipse/cdt/utils/Objdump.java
* utils/org/eclipse/cdt/utils/IToolsProvider.java
* utils/org/eclipse/cdt/utils/coff/parser/CygwinPEParser.java
* utils/org/eclipse/cdt/utils/coff/parser/BinaryFile.java
* utils/org/eclipse/cdt/utils/elf/parser/BinaryFilejava
* utils/org/eclipse/cdt/utils/elf/parser/GNUElfParser.java
2004-01-19 John Camelon
Updated CModelBuilder to access line number information from IASTOffsetableElement.
2004-01-16 20:19:05 +00:00
2004-01-16 Hoda Amer
Solution to bug#47552: IEnumerator#getConstantExpression is always empty
2004-01-15 Hoda Amer
Moved Content Assist log to the UI plugin
2004-01-13 20:33:43 +00:00
2004-01-13 Alain Magloire
Small fix on in the elf parser, we have to check for
Elf.Symbol.SHN_HIPROC, Elf.Symbol.SHN_LOPROC
that the st_shndx field is not is in this range.
* utils/org/eclipse/cdt/utils/elf/ElfHelper.java
2004-1-5 David Inglis
PR 49851
Fixed deadlock when binary parser was changed while binary runner was running
for that project.
* model/org/eclipse/cdt/internal/core/model/CModelManager.java
2004-01-10 05:38:40 +00:00
2004-01-09 Alain Magloire
* utils/org/eclipse/cdt/utils/coff/parser/BinaryObject.java
Fix bug in finding the symbols.
* utils/org/eclipse/cdt/utils/coff/parser/Symbol.java
Implement ISymbol.java
2004-01-09 22:13:01 +00:00
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
2004-01-06 Alain Magloire
Simple draft implementation of stabs debug format parsing.
Not ready.
* utils/org/eclipse/cdt/utils/stabs: New package implementing
Stabs debug format parsing.