diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 2000-02-03 04:14:45 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 2000-02-03 04:14:45 +0000 |
commit | 14558c99c9b3adcfd7ab7934392a7b958337a015 (patch) | |
tree | b2e79b25f07d17787cf4551bcf1150420075b5d4 /gdb/main.c | |
parent | 5ae8a6a77da8e5101aca60a1add4853b8225dc91 (diff) | |
download | gdb-14558c99c9b3adcfd7ab7934392a7b958337a015.tar.gz |
import gdb-2000-02-02 snapshot
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/main.c b/gdb/main.c index c5c4e96fd9f..6c9baa34c21 100644 --- a/gdb/main.c +++ b/gdb/main.c @@ -32,6 +32,7 @@ #include "gdb_string.h" #include "event-loop.h" +#include "ui-out.h" #if defined (TUI) || defined (GDBTK) /* FIXME: cagney/2000-01-31: This #include is to allow older code such as that found in the TUI to continue to build. */ @@ -254,6 +255,9 @@ captured_main (void *data) {"command", required_argument, 0, 'x'}, {"version", no_argument, &print_version, 1}, {"x", required_argument, 0, 'x'}, + {"ui", required_argument, 0, 'i'}, + {"interpreter", required_argument, 0, 'i'}, + {"i", required_argument, 0, 'i'}, {"directory", required_argument, 0, 'd'}, {"d", required_argument, 0, 'd'}, {"cd", required_argument, 0, 11}, @@ -739,6 +743,10 @@ Options:\n\n\ --help Print this message.\n\ ", stream); fputs_unfiltered ("\ + --interpreter=INTERP\n\ + Select a specific interpreter / user interface\n\ +", stream); + fputs_unfiltered ("\ --mapped Use mapped symbol files if supported on this system.\n\ --nw Do not use a window interface.\n\ --nx Do not read ", stream); |