From 41083b80d48bdaaa456dca2cc72c68e1f7eb00e4 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sat, 18 Jun 2005 02:49:50 +0000 Subject: [PATCH] (mi_cmds): Remove entry for -stack-info-frame. --- gdb/mi/mi-cmds.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gdb/mi/mi-cmds.c b/gdb/mi/mi-cmds.c index e17491054b1..3933fe76ac8 100644 --- a/gdb/mi/mi-cmds.c +++ b/gdb/mi/mi-cmds.c @@ -107,7 +107,6 @@ 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 }, NULL, NULL }, { "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}, -- 2.30.2