diff options
author | Bob Rossi <bob@brasko.net> | 2003-04-02 22:10:35 +0000 |
---|---|---|
committer | Bob Rossi <bob@brasko.net> | 2003-04-02 22:10:35 +0000 |
commit | 1abaf70c9430cffb9779153a4518e1c5093d742a (patch) | |
tree | d264a2ef537b7cc304279083e94a2ebcdc0c74b4 /gdb/mi/mi-cmds.h | |
parent | af22f5b24a0ca6ff93ca536bf12a6b6afb3713a2 (diff) | |
download | gdb-1abaf70c9430cffb9779153a4518e1c5093d742a.zip gdb-1abaf70c9430cffb9779153a4518e1c5093d742a.tar.gz gdb-1abaf70c9430cffb9779153a4518e1c5093d742a.tar.bz2 |
Adding -file-list-exec-source-file command to MI
Diffstat (limited to 'gdb/mi/mi-cmds.h')
-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 3eb6153..47e1bbf 100644 --- a/gdb/mi/mi-cmds.h +++ b/gdb/mi/mi-cmds.h @@ -80,6 +80,7 @@ extern mi_cmd_args_ftype mi_cmd_exec_step; extern mi_cmd_args_ftype mi_cmd_exec_step_instruction; extern mi_cmd_args_ftype mi_cmd_exec_until; extern mi_cmd_args_ftype mi_cmd_exec_interrupt; +extern mi_cmd_argv_ftype mi_cmd_file_list_exec_source_file; 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; |