forked from Imagelibrary/binutils-gdb
Add mi/ and testsuite/gdb.mi/ subdirectories.
Add --enable-gdbmi option to configury. Add mi rules to Makefile.in Add mi conditional output to event-top.c infrun.c main.c top.c. Add -i=mi option.
This commit is contained in:
10
gdb/defs.h
10
gdb/defs.h
@@ -1122,6 +1122,16 @@ extern int watchdog;
|
||||
|
||||
/* Hooks for alternate command interfaces. */
|
||||
|
||||
#ifdef UI_OUT
|
||||
/* The name of the interpreter if specified on the command line. */
|
||||
extern char *interpreter_p;
|
||||
#endif
|
||||
|
||||
/* If a given interpreter matches INTERPRETER_P then it should update
|
||||
command_loop_hook and init_ui_hook with the per-interpreter
|
||||
implementation. */
|
||||
/* FIXME: command_loop_hook and init_ui_hook should be moved here. */
|
||||
|
||||
struct target_waitstatus;
|
||||
struct cmd_list_element;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user