From: John Gilmore Date: Mon, 13 Apr 1992 23:08:01 +0000 (+0000) Subject: Revised -mapped description. X-Git-Tag: gdb-4_18~22015 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3bc8241050c5e351f0769912743750fee0e2b4db;p=external%2Fbinutils.git Revised -mapped description. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f97082f..615518c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Mon Apr 13 15:59:10 1992 John Gilmore (gnu at cygnus.com) + + * WHATS.NEW: Revise -mapped doc. + Sat Apr 11 23:14:36 1992 John Gilmore (gnu at cygnus.com) * mipsread.c (parse_partial_symbols): Complain when sh->index is diff --git a/gdb/WHATS.NEW b/gdb/WHATS.NEW index d4173b7..280471e 100755 --- a/gdb/WHATS.NEW +++ b/gdb/WHATS.NEW @@ -49,7 +49,7 @@ If memory-mapped files are available on your system through the 'mmap' system call, you can use the -mapped option on the `file' or `symbol-file' commands to cause GDB to write the symbols from your program into a reusable file. If the program you are debugging is -called `/tmp/fred', the mapped symbol file will be `/tmp/fred.syms'. +called `/path/fred', the mapped symbol file will be `./fred.syms'. Future GDB debugging sessions will notice the presence of this file, and will quickly map in symbol information from it, rather than reading the symbol table from the executable program. Using the '-mapped'