aboutsummaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-07-16 14:46:34 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2001-07-16 14:46:34 +0000
commit210661e72f813f88355073842a68bcad63eb6760 (patch)
tree8b6fa51a143bcdd5f22ba4870447c11c488617c6 /gdb/infrun.c
parent2584159ed946bc2182960a1bdf06f754c177ce50 (diff)
downloadfsf-binutils-gdb-210661e72f813f88355073842a68bcad63eb6760.zip
fsf-binutils-gdb-210661e72f813f88355073842a68bcad63eb6760.tar.gz
fsf-binutils-gdb-210661e72f813f88355073842a68bcad63eb6760.tar.bz2
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/infrun.c')
-rw-r--r--gdb/infrun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index f66298b..fa25006 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -29,6 +29,7 @@
#include "gdb_wait.h"
#include "gdbcore.h"
#include "gdbcmd.h"
+#include "cli/cli-script.h"
#include "target.h"
#include "gdbthread.h"
#include "annotate.h"