From 0f71a2f66f83f4c7ac139fa8d33ab882362fe861 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Mon, 14 Jun 1999 18:08:47 +0000 Subject: import gdb-1999-06-14 snapshot --- gdb/top.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gdb/top.h') diff --git a/gdb/top.h b/gdb/top.h index 57e15b9..65085d9 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; -- cgit v1.1