From fb40c20903110ed8af9701ce7c2635abd3770d52 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 23 Feb 2000 00:25:43 +0000 Subject: 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. --- gdb/defs.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gdb/defs.h') diff --git a/gdb/defs.h b/gdb/defs.h index ba958c7..fa9f540 100644 --- a/gdb/defs.h +++ b/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; -- cgit v1.1