summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog73
1 files changed, 73 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d098f3b..01893ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,78 @@
16-03-14 Cyrille Bagard <nocbos@gmail.com>
+ * plugins/readelf/header.c:
+ * plugins/readelf/program.c:
+ * plugins/readelf/section.c:
+ Update code.
+
+ * src/analysis/binary.c:
+ Increase the reference counter when setting the content in formats.
+
+ * src/format/debuggable-int.h:
+ * src/format/debuggable.c:
+ Update code.
+
+ * src/format/dwarf/Makefile.am:
+ Add the 'abbrev.[ch]', 'die.[ch]', 'form.[ch]', 'info.[ch]' and
+ 'symbols.[ch]' files to libformatdwarf_la_SOURCES.
+
+ * src/format/dwarf/abbrev.c:
+ * src/format/dwarf/abbrev.h:
+ Improve the basic support of Dwarf information.
+
+ * src/format/dwarf/die.c:
+ * src/format/dwarf/die.h:
+ New entries: improve the basic support of Dwarf information.
+
+ * src/format/dwarf/dwarf-int.c:
+ * src/format/dwarf/dwarf-int.h:
+ * src/format/dwarf/dwarf.c:
+ * src/format/dwarf/dwarf_def.h:
+ Improve the basic support of Dwarf information.
+
+ * src/format/dwarf/form.c:
+ * src/format/dwarf/form.h:
+ New entries: improve the basic support of Dwarf information.
+
+ * src/format/dwarf/info.c:
+ * src/format/dwarf/info.h:
+ Improve the basic support of Dwarf information.
+
+ * src/format/dwarf/symbols.c:
+ * src/format/dwarf/symbols.h:
+ New entries: improve the basic support of Dwarf information.
+
+ * src/format/dwarf/v2/Makefile.am:
+ Add the 'form.[ch]' files to libformatdwarfv2_la_SOURCES.
+
+ * src/format/dwarf/v2/dwarf.c:
+ Improve the basic support of Dwarf information.
+
+ * src/format/dwarf/v2/form.c:
+ * src/format/dwarf/v2/form.h:
+ New entries: improve the basic support of Dwarf information.
+
+ * src/format/dwarf/v4/Makefile.am:
+ Add the 'form.[ch]' files to libformatdwarfv2_la_SOURCES.
+
+ * src/format/dwarf/v4/dwarf.c:
+ Improve the basic support of Dwarf information.
+
+ * src/format/dwarf/v4/form.c:
+ * src/format/dwarf/v4/form.h:
+ New entries: improve the basic support of Dwarf information.
+
+ * src/format/elf/elf.c:
+ * src/format/elf/elf.h:
+ Update code.
+
+ * src/format/format-int.h:
+ * src/format/format.c:
+ * src/format/format.h:
+ Increase the reference counter when setting the content in formats.
+
+16-03-14 Cyrille Bagard <nocbos@gmail.com>
+
* src/analysis/db/collection.c:
Update code and fix some memory leaks.