aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-03-18 16:43:25 +0000
committerFred Fish <fnf@specifix.com>1992-03-18 16:43:25 +0000
commitb0246b3bece330a13b5ddaba60686c550ec553d1 (patch)
treed2897f2d8d2d3e8d2403fa9f46b66c9935e52418 /gdb/main.c
parentafbdd10672f1c5bf0403c1d174fd2a9e0aaadd9a (diff)
downloadfsf-binutils-gdb-b0246b3bece330a13b5ddaba60686c550ec553d1.zip
fsf-binutils-gdb-b0246b3bece330a13b5ddaba60686c550ec553d1.tar.gz
fsf-binutils-gdb-b0246b3bece330a13b5ddaba60686c550ec553d1.tar.bz2
Changes to implement the -mapped and -readnow options for commands that
read symbol tables.
Diffstat (limited to 'gdb/main.c')
-rw-r--r--gdb/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/main.c b/gdb/main.c
index 4034690..8fc5d18 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -591,7 +591,9 @@ Options available are:\n\
-exec=EXECFILE Use EXECFILE as the executable.\n\
-se=FILE Use FILE as symbol file and executable file.\n\
-core=COREFILE Analyze the core dump COREFILE.\n\
- -b BAUDRATE Set serial port baud rate used for remote debugging\n\
+ -b BAUDRATE Set serial port baud rate used for remote debugging.\n\
+ -mapped Use mapped symbol files if supported on this system.\n\
+ -readnow Fully read symbol files on first access.\n\
", stderr);
#ifdef ADDITIONAL_OPTION_HELP
fputs (ADDITIONAL_OPTION_HELP, stderr);