gdb/
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:
parent
1fef196fe0
commit
11bf149050
4 changed files with 12 additions and 1 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue