diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +2008-08-17 Cyrille Bagard <nocbos@gmail.com> + + * src/format/dwarf/abbrev.c: + * src/format/dwarf/abbrev.h: + Add several functions to process the parsed abbreviations. + + * src/format/dwarf/d_dwarf.c: + Improve the loading thanks to the new features. + + * src/format/dwarf/dwarf-int.h: + Specify a format (32 or 64 bits) and refine the abbreviation definition. + + * src/format/dwarf/info.c: + * src/format/dwarf/info.h: + New entries: look for prototyped functions using the registered + abbreviations. + + * src/format/dwarf/Makefile.am: + Add info.[ch] to libformatdwarf_a_SOURCES. + + * src/format/dwarf/utils.c: + * src/format/dwarf/utils.h: + Read more values: uleb128, unit length, uhalf, offset and address size. + 2008-08-10 Cyrille Bagard <nocbos@gmail.com> * src/format/dwarf/abbrev.c: |