diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-02-01 01:14:01 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-02-01 01:14:01 (GMT) |
commit | 14e82ed268cb78d62bbba93357fede5ece5c4f7d (patch) | |
tree | 76e146d4dcf7b6db67b51eb8f75a6c5e76bf6896 /ChangeLog | |
parent | eacb69625d51707ac0a158815a53f71fb70968ce (diff) |
Provided interfaces to use debuggers in plugins.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@231 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +12-02-01 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile from the 'plugins/python/exectracer' directory to + AC_CONFIG_FILES. + + * plugins/pyoida/plugin.c: + Provide interfaces to use debuggers in plugins. + + * plugins/python/exectracer/exectracer.py: + * plugins/python/exectracer/__init__.py: + * plugins/python/exectracer/Makefile.am: + New entries: introduce a new python plugin. + + * src/debug/debugger.c: + * src/debug/debugger.h: + Load the JDWP debugger. + + * src/debug/debuggers.c: + * src/debug/debuggers.h: + Deleted empty entries. + + * src/editor.c: + Add debug code in the old menu to test debuggers. + + * src/plugins/plugin.c: + * src/plugins/plugin-def.h: + * src/plugins/plugin.h: + * src/plugins/plugin-int.h: + Provide interfaces to use debuggers in plugins. + 12-01-30 Cyrille Bagard <nocbos@gmail.com> * src/editor.c: |