aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.h
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2003-02-13 18:07:24 +0000
committerKeith Seitz <keiths@redhat.com>2003-02-13 18:07:24 +0000
commite46e5ccdd092ca2d34b2611fc66853498e9ebcfe (patch)
treecbc7726bb65b37d242881034f0dc05e7b2476384 /gdb/main.h
parent53954f5e85300a6ec1e14300df955e0cd8bd757f (diff)
downloadgdb-e46e5ccdd092ca2d34b2611fc66853498e9ebcfe.zip
gdb-e46e5ccdd092ca2d34b2611fc66853498e9ebcfe.tar.gz
gdb-e46e5ccdd092ca2d34b2611fc66853498e9ebcfe.tar.bz2
* 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.
Diffstat (limited to 'gdb/main.h')
-rw-r--r--gdb/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/main.h b/gdb/main.h
index 8ee189e..1c91d07 100644
--- a/gdb/main.h
+++ b/gdb/main.h
@@ -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 *);