X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftop.h;h=176104f1fd15efb9e9fb61a3daf20dddb5979f7e;hb=5b89c67adb1c6340db2f5afa5030f2bea7c583f4;hp=aab03c13d69b08460d37e46aae9ff30d5a1d20ac;hpb=68bb5386b84af4031175bf186269eb6b54b8611d;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/top.h b/gdb/top.h index aab03c13d6..176104f1fd 100644 --- a/gdb/top.h +++ b/gdb/top.h @@ -20,7 +20,7 @@ #ifndef TOP_H #define TOP_H -#include "common/buffer.h" +#include "gdbsupport/buffer.h" #include "event-loop.h" #include "value.h" @@ -217,9 +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 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,7 +280,7 @@ extern void gdb_init (char *); /* Variables from top.c. */ extern int source_line_number; extern std::string source_file_name; -extern int history_expansion_p; +extern bool history_expansion_p; extern int server_command; extern char *lim_at_start;