mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
PR cli/8830:
* gdb.texinfo (Files): -readnow comes before the filename for file and symbol-file.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2010-02-04 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
PR cli/8830:
|
||||||
|
* gdb.texinfo (Files): -readnow comes before the filename for file
|
||||||
|
and symbol-file.
|
||||||
|
|
||||||
2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
|
2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* gdb.texinfo (Architecture-Specific Protocol Details): New section.
|
* gdb.texinfo (Architecture-Specific Protocol Details): New section.
|
||||||
|
@ -13825,8 +13825,8 @@ in stabs format.
|
|||||||
@kindex readnow
|
@kindex readnow
|
||||||
@cindex reading symbols immediately
|
@cindex reading symbols immediately
|
||||||
@cindex symbols, reading immediately
|
@cindex symbols, reading immediately
|
||||||
@item symbol-file @var{filename} @r{[} -readnow @r{]}
|
@item symbol-file @r{[} -readnow @r{]} @var{filename}
|
||||||
@itemx file @var{filename} @r{[} -readnow @r{]}
|
@itemx file @r{[} -readnow @r{]} @var{filename}
|
||||||
You can override the @value{GDBN} two-stage strategy for reading symbol
|
You can override the @value{GDBN} two-stage strategy for reading symbol
|
||||||
tables by using the @samp{-readnow} option with any of the commands that
|
tables by using the @samp{-readnow} option with any of the commands that
|
||||||
load symbol table information, if you want to be sure @value{GDBN} has the
|
load symbol table information, if you want to be sure @value{GDBN} has the
|
||||||
|
Reference in New Issue
Block a user