diff options
author | John Gilmore <gnu@cygnus> | 1992-04-13 23:08:01 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-04-13 23:08:01 +0000 |
commit | 3bc8241050c5e351f0769912743750fee0e2b4db (patch) | |
tree | cf158a9e54a8a2c7c92e040c0fb6f9460578ec39 /gdb/WHATS.NEW | |
parent | dcbfc14d16333ff01dbd3b9e08d0fc3dd2f7a05a (diff) | |
download | gdb-3bc8241050c5e351f0769912743750fee0e2b4db.zip gdb-3bc8241050c5e351f0769912743750fee0e2b4db.tar.gz gdb-3bc8241050c5e351f0769912743750fee0e2b4db.tar.bz2 |
Revised -mapped description.
Diffstat (limited to 'gdb/WHATS.NEW')
-rwxr-xr-x | gdb/WHATS.NEW | 2 |
1 files changed, 1 insertions, 1 deletions
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' |