Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / gdb / top.h
index a1a4045fbb4d8f91ca895f45c24d3186f802f622..176104f1fd15efb9e9fb61a3daf20dddb5979f7e 100644 (file)
--- a/gdb/top.h
+++ b/gdb/top.h
@@ -20,7 +20,7 @@
 #ifndef TOP_H
 #define TOP_H
 
-#include "buffer.h"
+#include "gdbsupport/buffer.h"
 #include "event-loop.h"
 #include "value.h"
 
@@ -217,10 +217,8 @@ extern void ui_register_input_event_handler (struct ui *ui);
 extern void ui_unregister_input_event_handler (struct ui *ui);
 
 /* From top.c.  */
-extern char *saved_command_line;
-extern int confirm;
+extern bool confirm;
 extern int inhibit_gdbinit;
-extern const char gdbinit[];
 
 /* Print the GDB version banner to STREAM.  If INTERACTIVE is false,
    then information referring to commands (e.g., "show configuration")
@@ -281,8 +279,8 @@ extern void gdb_init (char *);
 /* For use by event-top.c.  */
 /* Variables from top.c.  */
 extern int source_line_number;
-extern const char *source_file_name;
-extern int history_expansion_p;
+extern std::string source_file_name;
+extern bool history_expansion_p;
 extern int server_command;
 extern char *lim_at_start;
 
This page took 0.025702 seconds and 4 git commands to generate.