mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
(mi_cmds): Remove entry for -stack-info-frame.
This commit is contained in:
@ -107,7 +107,6 @@ struct mi_cmd mi_cmds[] =
|
|||||||
{ "signal-list-handle-actions", { NULL, 0 }, NULL, NULL },
|
{ "signal-list-handle-actions", { NULL, 0 }, NULL, NULL },
|
||||||
{ "signal-list-signal-types", { 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-depth", { NULL, 0 }, 0, mi_cmd_stack_info_depth},
|
||||||
{ "stack-info-frame", { NULL, 0 }, NULL, NULL },
|
|
||||||
{ "stack-list-arguments", { NULL, 0 }, 0, mi_cmd_stack_list_args},
|
{ "stack-list-arguments", { NULL, 0 }, 0, mi_cmd_stack_list_args},
|
||||||
{ "stack-list-exception-handlers", { NULL, 0 }, NULL, NULL },
|
{ "stack-list-exception-handlers", { NULL, 0 }, NULL, NULL },
|
||||||
{ "stack-list-frames", { NULL, 0 }, 0, mi_cmd_stack_list_frames},
|
{ "stack-list-frames", { NULL, 0 }, 0, mi_cmd_stack_list_frames},
|
||||||
|
Reference in New Issue
Block a user