summaryrefslogtreecommitdiff
path: root/src/debug/jdwp/sets/list.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-02-18 16:41:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-02-18 16:41:31 (GMT)
commitdeb012d919ea6c5e79702a39a03a85be2ffcf406 (patch)
treeae9cee108d05e0a6674d8617a08d0ea09165443c /src/debug/jdwp/sets/list.h
parent73605bffb935fc51a52be1936426211e31dd898a (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 'src/debug/jdwp/sets/list.h')
-rw-r--r--src/debug/jdwp/sets/list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug/jdwp/sets/list.h b/src/debug/jdwp/sets/list.h
index 9880e69..ba66842 100644
--- a/src/debug/jdwp/sets/list.h
+++ b/src/debug/jdwp/sets/list.h
@@ -42,6 +42,8 @@ typedef union _jdwp_payload
jdwp_cmd_thread_name_request th_ident; /* Identification d'un thread */
jdwp_cmd_thread_name_reply th_name; /* Désignation d'un thread */
+ jdwp_cmd_thread_frames_request __nu0; /* Inutilisé */
+ jdwp_cmd_thread_frames_reply th_frames; /* Pile des frames courantes */
bin_t padding[500];