From d7c895d6f092c863c2e9228a0bca0348e6502497 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Fri, 25 Oct 2002 18:38:30 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.core/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index b17d1969589..6daf62afc63 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -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):