mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-23 08:23:50 +08:00
2002-01-11 Michael Snyder <msnyder@redhat.com>
* gdb.texinfo (Choosing files): Change @samp to @file.
This commit is contained in:
parent
e28cd48c21
commit
79f1224722
@ -1,3 +1,7 @@
|
||||
2002-01-11 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* gdb.texinfo (Choosing files): Change @samp to @file.
|
||||
|
||||
2002-01-05 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* gdb.texinfo (--pid): Document new command line option (attach).
|
||||
|
@ -900,7 +900,7 @@ If the second argument begins with a decimal digit, @value{GDBN} will
|
||||
first attempt to attach to it as a process, and if that fails, attempt
|
||||
to open it as a corefile. If you have a corefile whose name begins with
|
||||
a digit, you can prevent @value{GDBN} from treating it as a pid by
|
||||
prefixing it with @samp{"./"}, eg. @samp{"./12345"}.
|
||||
prefixing it with @file{./}, eg. @file{./12345}.
|
||||
|
||||
If @value{GDBN} has not been configured to included core file support,
|
||||
such as for most embedded targets, then it will complain about a second
|
||||
|
Loading…
Reference in New Issue
Block a user