OSDN Git Service

(mi_cmds): Replace entry for -stack-info-frame.
authornickrob <nickrob>
Sun, 19 Jun 2005 03:12:39 +0000 (03:12 +0000)
committernickrob <nickrob>
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 3933fe7..6655d05 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},