diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -1,3 +1,36 @@ +10-04-18 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/Makefile.am: + Add the type.[ch] files to libanalysis_la_SOURCES. + + * src/analysis/routine.c: + * src/analysis/routine.h: + Use the new types in routines. + + * src/analysis/type.c: + * src/analysis/type.h: + New entries: define several kinds of types. + + * src/analysis/variable.c: + * src/analysis/variable.h: + Create variable objects using GLib. + + * src/format/dwarf/Makefile.am: + Add LIBXML_CFLAGS to INCLUDES in order to fix compilation. + + * src/format/elf/helper_x86.c: + Disable the demangling process with symbols. + + * src/format/mangling/itanium_gram.y: + * src/format/mangling/itanium_tok.l: + Improve the Itanium demangler. + + * src/format/mangling/Makefile.am: + Add LIBXML_CFLAGS to INCLUDES in order to fix compilation. + + * src/main.c: + Test the Itanium demangler. + 10-04-11 Cyrille Bagard <nocbos@gmail.com> * plugins/stackvars/operand.c: |