* main.h (struct captured_main_args): Add interpreter_p.
* main.c (captured_main): Initialize interpreter_p from context. * gdb.c (main): Set interpreter_p argument. * Makefile.in (gdb.o): Add dependency for interps.h.
This commit is contained in:
parent
53954f5e85
commit
e46e5ccdd0
5 changed files with 15 additions and 5 deletions
|
@ -27,6 +27,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