From ac307ba8082806f5cf6f10ef92a1668bad27d3ee Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sun, 19 Jun 2005 03:12:39 +0000 Subject: [PATCH] (mi_cmds): Replace entry for -stack-info-frame. Make it use mi_cmd_stack_info_frame --- gdb/mi/mi-cmds.c | 1 + 1 file changed, 1 insertion(+) 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}, -- 2.30.2