(mi_cmd_stack_info_frame): New declaration.

This commit is contained in:
Nick Roberts 2005-06-19 03:12:15 +00:00
parent 64fd8944d9
commit 3ba51a77e4
1 changed files with 1 additions and 0 deletions

View File

@ -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;