summaryrefslogtreecommitdiff
path: root/src/debug/jdwp/sets/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/jdwp/sets/list.c')
-rw-r--r--src/debug/jdwp/sets/list.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/debug/jdwp/sets/list.c b/src/debug/jdwp/sets/list.c
index 84c6ac0..ba96917 100644
--- a/src/debug/jdwp/sets/list.c
+++ b/src/debug/jdwp/sets/list.c
@@ -87,6 +87,13 @@ static jdwp_command _commands[][256] = {
.free_set_payload = (free_jdwp_payload_fc)NULL,
.get_payload = (get_jdwp_payload_fc)get_jdwp_thread_name,
.free_got_payload = (free_jdwp_payload_fc)free_jdwp_thread_name_reply
+ },
+
+ [JDWP_CMD_THREAD_FRAMES] = {
+ .set_payload = (set_jdwp_payload_fc)set_jdwp_thread_frames,
+ .free_set_payload = (free_jdwp_payload_fc)NULL,
+ .get_payload = (get_jdwp_payload_fc)get_jdwp_thread_frames,
+ .free_got_payload = (free_jdwp_payload_fc)free_jdwp_thread_frames_reply
}
}