diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ +12-02-18 Cyrille Bagard <nocbos@gmail.com> + + * plugins/pyoida/debug/debugger.c: + * plugins/python/exectracer/exectracer.py: + * src/debug/debugger.c: + * src/debug/debugger.h: + * src/debug/debugger-int.h: + * src/debug/jdwp/debugger.c: + Retrieve the frames stack from the running process. + + * src/debug/jdwp/jdwp_def.h: + Support the Frames command. + + * src/debug/jdwp/misc/location.c: + * src/debug/jdwp/misc/location.h: + New entries: load JVM locations. + + * src/debug/jdwp/misc/Makefile.am: + Add the location.[ch] files to libdebugjdwpmisc_la_SOURCES. + + * src/debug/jdwp/sets/list.c: + * src/debug/jdwp/sets/list.h: + Extend the payload with new requests/replies. + + * src/debug/jdwp/sets/thread.c: + Fix a bug when getting a thread name. Get all frames of a given thread. + + * src/debug/jdwp/sets/thread.h: + Get all frames of a given thread. + 12-02-17 Cyrille Bagard <nocbos@gmail.com> * plugins/pyoida/debug/debugger.c: |