diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-06-19 03:12:39 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-06-19 03:12:39 +0000 |
commit | ac307ba8082806f5cf6f10ef92a1668bad27d3ee (patch) | |
tree | 5075241793b78baf773cfe12f4607f3f96ab8c07 /gdb | |
parent | 3ba51a77e4375f8272d35fafbe4dc228dd36d592 (diff) | |
download | gdb-ac307ba8082806f5cf6f10ef92a1668bad27d3ee.zip gdb-ac307ba8082806f5cf6f10ef92a1668bad27d3ee.tar.gz gdb-ac307ba8082806f5cf6f10ef92a1668bad27d3ee.tar.bz2 |
(mi_cmds): Replace entry for -stack-info-frame.
Make it use mi_cmd_stack_info_frame
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/mi/mi-cmds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mi/mi-cmds.c b/gdb/mi/mi-cmds.c index 3933fe7..6655d05 100644 --- a/gdb/mi/mi-cmds.c +++ b/gdb/mi/mi-cmds.c @@ -107,6 +107,7 @@ struct mi_cmd mi_cmds[] = { "signal-list-handle-actions", { NULL, 0 }, NULL, NULL }, { "signal-list-signal-types", { NULL, 0 }, NULL, NULL }, { "stack-info-depth", { NULL, 0 }, 0, mi_cmd_stack_info_depth}, + { "stack-info-frame", { NULL, 0 }, 0, mi_cmd_stack_info_frame}, { "stack-list-arguments", { NULL, 0 }, 0, mi_cmd_stack_list_args}, { "stack-list-exception-handlers", { NULL, 0 }, NULL, NULL }, { "stack-list-frames", { NULL, 0 }, 0, mi_cmd_stack_list_frames}, |