1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00
This commit is contained in:
Alain Magloire 2002-10-25 18:38:30 +00:00
parent 64bbca18a7
commit d7c895d6f0

View file

@ -1,3 +1,16 @@
2002-10-25 Alain Magloire
The debugger needs to know the endian of a binary. For example
int the memory view, to do format.
* model/.../model/IBinary (isLittleEndian): New method
returns the endian.
* model/.../internal/core/model/Binary.java (isLittleEndian): New method.
* model/.../internal/core/model/BinaryInfo.java (isLittleEndian): New
method implemented by calling Elf.
* utils/.../utils/elf/Elf.java (Elf.Attribute.isLittleEndian): New
method return the endian.
2002-10-23 Alain Magloire
* src/.../core/resource/ACBuilder.java (mapMarkerSeverity):