aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2005-06-19 03:12:15 +0000
committerNick Roberts <nickrob@snap.net.nz>2005-06-19 03:12:15 +0000
commit3ba51a77e4375f8272d35fafbe4dc228dd36d592 (patch)
treeed0e871ae434cc78683f681df722a26fe381d13d /gdb/mi
parent64fd8944d9be130ed43e5645a392756e754c616a (diff)
downloadfsf-binutils-gdb-3ba51a77e4375f8272d35fafbe4dc228dd36d592.zip
fsf-binutils-gdb-3ba51a77e4375f8272d35fafbe4dc228dd36d592.tar.gz
fsf-binutils-gdb-3ba51a77e4375f8272d35fafbe4dc228dd36d592.tar.bz2
(mi_cmd_stack_info_frame): New declaration.
Diffstat (limited to 'gdb/mi')
-rw-r--r--gdb/mi/mi-cmds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mi/mi-cmds.h b/gdb/mi/mi-cmds.h
index 81662bf..560963c 100644
--- a/gdb/mi/mi-cmds.h
+++ b/gdb/mi/mi-cmds.h
@@ -87,6 +87,7 @@ extern mi_cmd_argv_ftype mi_cmd_file_list_exec_source_files;
extern mi_cmd_argv_ftype mi_cmd_gdb_exit;
extern mi_cmd_argv_ftype mi_cmd_interpreter_exec;
extern mi_cmd_argv_ftype mi_cmd_stack_info_depth;
+extern mi_cmd_argv_ftype mi_cmd_stack_info_frame;
extern mi_cmd_argv_ftype mi_cmd_stack_list_args;
extern mi_cmd_argv_ftype mi_cmd_stack_list_frames;
extern mi_cmd_argv_ftype mi_cmd_stack_list_locals;