diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2001-07-16 14:46:34 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2001-07-16 14:46:34 +0000 |
commit | 511133b092047beae3bb25cfc074f371b72bfb2f (patch) | |
tree | e37fb9ee566331f75e6743cbb28df5ab637fc8f8 /gdb/gdbcmd.h | |
parent | a586f5ded57333611d07d524e397d13f93ea1405 (diff) | |
download | gdb-511133b092047beae3bb25cfc074f371b72bfb2f.tar.gz |
2001-07-16 Elena Zannoni <ezannoni@redhat.com>
* top.c (is_complete_command, init_cmd_lists, init_cli_cmds,
execute_user_command, do_setshow_command, get_prompt, init_proc,
serial_log_command): Remove extern declarations. Include
cli/cli-cmds.h, cli/cli-script.h, cli/cli-setshow.h, serial.h.
* gdbcmd.h (execute_user_command): Remove declaration, it's already
in cli/cli-script.h.
* command.h (do_setshow_command): Remove declaration, it's already
in cli/cli-setshow.h.
* infrun.c: Include "cli/cli-script.h" for execute_user_command.
* Makefile.in (infrun.o): Update dependencies.
(top.o): Ditto.
* cli/cli-setshow.h: Add comment for do_setshow_command.
Diffstat (limited to 'gdb/gdbcmd.h')
-rw-r--r-- | gdb/gdbcmd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h index c3d79e44326..1b459380f5d 100644 --- a/gdb/gdbcmd.h +++ b/gdb/gdbcmd.h @@ -112,8 +112,6 @@ extern struct cmd_list_element *setchecklist; extern struct cmd_list_element *showchecklist; -extern void execute_user_command (struct cmd_list_element *, char *); - extern void execute_command (char *, int); enum command_control_type execute_control_command (struct command_line *); |