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 | 101ed4632b8491b7add21997c8efeb6304db0c1b (patch) | |
tree | d4eaf80a7413c6b175b11cca717df3b9654e5a21 /gdb/mi | |
parent | 229dddd01ca1df7e1571acc16727d6bd1f5181a0 (diff) | |
download | gdb-101ed4632b8491b7add21997c8efeb6304db0c1b.tar.gz |
(mi_cmds): Replace entry for -stack-info-frame.
Make it use mi_cmd_stack_info_frame
Diffstat (limited to 'gdb/mi')
-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 3933fe76ac8..6655d0581ab 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}, |