diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-06-14 18:08:47 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-06-14 18:08:47 +0000 |
commit | 230bac55c0bfe6bf4aeaffc03b8995570c39d35c (patch) | |
tree | 5e5477c70dc79b6182aa43e88cb7840ce81cc41c /gdb/top.h | |
parent | 57db482b8ea3919ee06ac7a11b1c76320c5807ff (diff) | |
download | gdb-230bac55c0bfe6bf4aeaffc03b8995570c39d35c.tar.gz |
import gdb-1999-06-14 snapshot
Diffstat (limited to 'gdb/top.h')
-rw-r--r-- | gdb/top.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/top.h b/gdb/top.h index 57e15b9cd88..65085d93a1d 100644 --- a/gdb/top.h +++ b/gdb/top.h @@ -67,6 +67,9 @@ extern void command_loop PARAMS ((void)); extern int quit_confirm PARAMS ((void)); extern void quit_force PARAMS ((char *, int)); extern void quit_command PARAMS ((char *, int)); +extern void command_loop_marker PARAMS ((int)); +extern int quit_cover PARAMS ((PTR)); +extern void execute_command PARAMS ((char *, int)); /* This function returns a pointer to the string that is used by gdb for its command prompt. */ @@ -83,3 +86,12 @@ extern int readnow_symbol_files; /* Perform _initialize initialization */ extern void gdb_init PARAMS ((char *)); + +/* For use by event-top.c */ +/* Variables from top.c. */ +extern int source_line_number; +extern char *source_file_name; +extern char *source_error; +extern char *source_pre_error; +extern int history_expansion_p; +extern int server_command; |