mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
updated.
This commit is contained in:
parent
64bbca18a7
commit
d7c895d6f0
1 changed files with 13 additions and 0 deletions
|
@ -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
|
2002-10-23 Alain Magloire
|
||||||
|
|
||||||
* src/.../core/resource/ACBuilder.java (mapMarkerSeverity):
|
* src/.../core/resource/ACBuilder.java (mapMarkerSeverity):
|
||||||
|
|
Loading…
Add table
Reference in a new issue