diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2005-06-19 03:12:15 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2005-06-19 03:12:15 +0000 |
commit | 229dddd01ca1df7e1571acc16727d6bd1f5181a0 (patch) | |
tree | 8f1951fb0f17f6eb4070af448d70d9aa4417175c /gdb/mi | |
parent | 55482c36af52640443de49dfa043a269495b3801 (diff) | |
download | gdb-229dddd01ca1df7e1571acc16727d6bd1f5181a0.tar.gz |
(mi_cmd_stack_info_frame): New declaration.
Diffstat (limited to 'gdb/mi')
-rw-r--r-- | gdb/mi/mi-cmds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mi/mi-cmds.h b/gdb/mi/mi-cmds.h index 81662bfefcb..560963c40e9 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; |