summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e752ace..b358006 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+15-01-26 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Add the new Makefile from the 'plugins/devdbg' directory.
+
+ * plugins/devdbg/Makefile.am:
+ * plugins/devdbg/speed.c:
+ * plugins/devdbg/speed.h:
+ New entries: introduce a new demo plugin, to measure disassembling time.
+
+ * plugins/Makefile.am:
+ Add devdbg to SUBDIRS.
+
+ * plugins/pychrysa/debug/debugger.c:
+ * plugins/pychrysa/debug/debugger.h:
+ * plugins/pychrysa/debug/module.c:
+ * plugins/pychrysa/plugin.c:
+ Update code.
+
+ * src/analysis/disass/disassembler.c:
+ Remove some debug code and use the new plugins hooks.
+
+ * src/debug/debugger.c:
+ * src/format/format.c:
+ Update code.
+
+ * src/plugins/pglist.c:
+ * src/plugins/pglist.h:
+ * src/plugins/plugin.c:
+ * src/plugins/plugin-def.h:
+ * src/plugins/plugin.h:
+ * src/plugins/plugin-int.h:
+ Begin to rewrite the whole plugins system.
+
15-01-25 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/area.c: