Revert this part of:
	2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
	Remove the gdbtui binary.
	* gdb.c (main): Remove args.interpreter_p initialization.
	* main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
	* main.h (struct captured_main_args): Remove interpreter_p.
This commit is contained in:
Jan Kratochvil 2012-01-02 13:29:57 +00:00
parent 1fef196fe0
commit 11bf149050
4 changed files with 12 additions and 1 deletions

View file

@ -26,6 +26,7 @@ struct captured_main_args
int argc;
char **argv;
int use_windows;
const char *interpreter_p;
};
extern int gdb_main (struct captured_main_args *);