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:
Andrew Cagney
2000-02-23 00:25:43 +00:00
parent e6c6b6fe2d
commit fb40c20903
59 changed files with 16199 additions and 318 deletions

View File

@@ -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;