diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-02-18 16:41:31 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-02-18 16:41:31 (GMT) |
commit | deb012d919ea6c5e79702a39a03a85be2ffcf406 (patch) | |
tree | ae9cee108d05e0a6674d8617a08d0ea09165443c /ChangeLog | |
parent | 73605bffb935fc51a52be1936426211e31dd898a (diff) |
Retrieved the frames stack from the running process.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@235 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: |