Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2003-03-12 21:16:15 +0000
committerAlain Magloire2003-03-12 21:16:15 +0000
commitc7717d4eb82ebb2374a170ca2777c8676b24eecc (patch)
tree48ccb749e87c673cf6df20d3d4a1264ddf37dd0f
parent053fd56be38e3e9c34128477ea41926f6fcf7e20 (diff)
downloadorg.eclipse.cdt-c7717d4eb82ebb2374a170ca2777c8676b24eecc.tar.gz
org.eclipse.cdt-c7717d4eb82ebb2374a170ca2777c8676b24eecc.tar.xz
org.eclipse.cdt-c7717d4eb82ebb2374a170ca2777c8676b24eecc.zip
updated
-rw-r--r--core/org.eclipse.cdt.core/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog
index b9d4175835e..c2eb8fd2fba 100644
--- a/core/org.eclipse.cdt.core/ChangeLog
+++ b/core/org.eclipse.cdt.core/ChangeLog
@@ -1,4 +1,11 @@
-2003-03-06 Alain Magloire
+2003-03-12 Alain Magloire
+
+ * utils/org/eclipse/cdt/utils/elf/Elf.java (Symbol.lineInfo):
+ The address value may not align with the debug information, for example when
+ adding Profiling etc .. we try to get the nearest symbol as a fallback.
+ We've seen this behaviour on PPC and ARM boards.
+
+2003-03-12 Alain Magloire
A few corrections: The Elf parser was call to often and unnecessarly.
We can optimized the code by holding on the IBinarFile object and reuse

Back to the top