(mi_cmds): Replace entry for -stack-info-frame.
authorNick Roberts <nickrob@snap.net.nz>
Sun, 19 Jun 2005 03:12:39 +0000 (03:12 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 19 Jun 2005 03:12:39 +0000 (03:12 +0000)
Make it use mi_cmd_stack_info_frame

gdb/mi/mi-cmds.c

index 3933fe76ac8b236b1142a6de3a9271deb899b88f..6655d0581ab6ecb517e9f14c05e9bd9118a1ede2 100644 (file)
@@ -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},