1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 12:25:35 +02:00
This commit is contained in:
Alain Magloire 2003-03-12 15:09:33 +00:00
parent f11a0b5d1f
commit 539ff21074

View file

@ -1,3 +1,9 @@
2003-03-12 Alain Magloire
* utils/org/eclipse/cdt/utils/elf/Elf.java:
Do a better check when looking for the nearest symbol, a validation
is to check if the line number is "0", zero is invalid and keep on iterating.
2003-03-11 Alain Magloire
* utils/org/eclipse/cdt/utils/elf/Elf.java (Symbol:getLineInfo):