diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-01-26 21:37:49 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-01-26 21:37:49 (GMT) |
commit | 262c95e0b088a56e9fd919edc57ad19f85e2e40e (patch) | |
tree | 8510a15924423abb3208610f724d911f2f79b9a6 /ChangeLog | |
parent | 0993276d6450919c6d178182c5fd26497b62d5fc (diff) |
Begun to rewrite the whole plugins system.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@461 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -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: |