aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-cmds.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2003-05-04 03:50:13 +0000
committerJoel Brobecker <brobecker@gnat.com>2003-05-04 03:50:13 +0000
commit0d18235fb6cefd77bcb3645f3d334802452e693f (patch)
tree0185020a98b094332e2078baee12f1294ac560d9 /gdb/mi/mi-cmds.h
parent630446347239f042ffcacd56e2fb054a55c5c3ee (diff)
downloadgdb-0d18235fb6cefd77bcb3645f3d334802452e693f.zip
gdb-0d18235fb6cefd77bcb3645f3d334802452e693f.tar.gz
gdb-0d18235fb6cefd77bcb3645f3d334802452e693f.tar.bz2
From Thierry Schneider <tpschneider1@yahoo.com>:
* mi-cmds.h (mi_cmd_symbol_list_lines): Add declaration. * mi-cmds.c (mi_cmds): Add entry for new MI command. * mi-cmd-symbol.c (mi_cmd_symbol_list_lines): New source file for all symbol-related commands.
Diffstat (limited to 'gdb/mi/mi-cmds.h')
-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 47e1bbf..b0c8cb8 100644
--- a/gdb/mi/mi-cmds.h
+++ b/gdb/mi/mi-cmds.h
@@ -88,6 +88,7 @@ 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;
extern mi_cmd_argv_ftype mi_cmd_stack_select_frame;
+extern mi_cmd_argv_ftype mi_cmd_symbol_list_lines;
extern mi_cmd_args_ftype mi_cmd_target_download;
extern mi_cmd_args_ftype mi_cmd_target_select;
extern mi_cmd_argv_ftype mi_cmd_thread_list_ids;