summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2008-08-17 21:13:03 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2008-08-17 21:13:03 (GMT)
commitf6f110acb8bf3243dffc527271c17619a078fcc4 (patch)
tree1e543cdf23b7bb646f36a51d21d18b91b92706c8 /ChangeLog
parenta13b6baeeea114919d0e9eb25e35657b144437dc (diff)
Looked for prototyped functions using the registered abbreviations.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@17 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6971ba6..f34d4fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: