Revised -mapped description.
authorJohn Gilmore <gnu@cygnus>
Mon, 13 Apr 1992 23:08:01 +0000 (23:08 +0000)
committerJohn Gilmore <gnu@cygnus>
Mon, 13 Apr 1992 23:08:01 +0000 (23:08 +0000)
gdb/ChangeLog
gdb/WHATS.NEW

index f97082fb9c538a53e43597bd08648980d4c23cf0..615518c2f2c2ba6bf0ecd647061e074e9845abe7 100644 (file)
@@ -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
index d4173b76db13c179186835b08af3c62becbc576a..280471e75c9fbb1c416e877bb5ffbe1061993420 100755 (executable)
@@ -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'
This page took 0.027592 seconds and 4 git commands to generate.