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:
fcf4393
)
(mi_cmds): Remove entry for -stack-info-frame.
author
Nick Roberts
<nickrob@snap.net.nz>
Sat, 18 Jun 2005 02:49:50 +0000
(
02:49
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Sat, 18 Jun 2005 02:49:50 +0000
(
02:49
+0000)
gdb/mi/mi-cmds.c
patch
|
blob
|
history
diff --git
a/gdb/mi/mi-cmds.c
b/gdb/mi/mi-cmds.c
index e17491054b11f1343dc2d26cfb75d62319c14ce5..3933fe76ac8b236b1142a6de3a9271deb899b88f 100644
(file)
--- 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},