From 7e143fdba9b558ad670d3a1f6a67d4630f4e3c35 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Fri, 9 Jan 2004 22:13:01 +0000 Subject: [PATCH] update the logs --- core/org.eclipse.cdt.core/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index 52fc47ae2b4..32081ab9c03 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -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