summaryrefslogtreecommitdiff
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
commit11b24dc5fa5277597fb9ccf609770bab0f85da72 (patch)
tree27dbfc63785587c91c0d621c8799ce15e78c8dd0 /gdb/main.h
parent93012447b285c54b4e0b3d3944cf3a235aa5338e (diff)
downloadgdb-11b24dc5fa5277597fb9ccf609770bab0f85da72.tar.gz
* 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 8ee189e8a9d..1c91d0770f8 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 *);