summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-04-18 00:31:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-04-18 00:31:49 (GMT)
commitef29fbc801e23f547b9ee7666b713bcf32d7e787 (patch)
treefb7466a56e2246c53a51d0475c1b5fc70ef3b8f9 /ChangeLog
parent49468379e912806400c5874f8e359cb934516228 (diff)
Improved the Itanium demangler.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@152 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7be556..5d2f6af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: