projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ba51a7
)
(mi_cmds): Replace entry for -stack-info-frame.
author
Nick Roberts
<nickrob@snap.net.nz>
Sun, 19 Jun 2005 03:12:39 +0000
(
03:12
+0000)
committer
Nick 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
patch
|
blob
|
history
diff --git
a/gdb/mi/mi-cmds.c
b/gdb/mi/mi-cmds.c
index 3933fe76ac8b236b1142a6de3a9271deb899b88f..6655d0581ab6ecb517e9f14c05e9bd9118a1ede2 100644
(file)
--- 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},