summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c4a867..0d08f05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: