aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2010-02-04 19:12:58 +0000
committerTom Tromey <tromey@redhat.com>2010-02-04 19:12:58 +0000
commit6ac33a4e87237c25f790fbee916ebdfd83a2e983 (patch)
tree2fab266839c6592960a449ca81002db4bf20ea70
parent1180b2c86e7162bbe500802b3c16ea7ab26c6ab6 (diff)
downloadgdb-6ac33a4e87237c25f790fbee916ebdfd83a2e983.zip
gdb-6ac33a4e87237c25f790fbee916ebdfd83a2e983.tar.gz
gdb-6ac33a4e87237c25f790fbee916ebdfd83a2e983.tar.bz2
PR cli/8830:
* gdb.texinfo (Files): -readnow comes before the filename for file and symbol-file.
-rw-r--r--gdb/doc/ChangeLog6
-rw-r--r--gdb/doc/gdb.texinfo4
2 files changed, 8 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index adeed1a..b90906a 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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>
* gdb.texinfo (Architecture-Specific Protocol Details): New section.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 2145f2b..e1d48e0 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -13825,8 +13825,8 @@ in stabs format.
@kindex readnow
@cindex reading symbols immediately
@cindex symbols, reading immediately
-@item symbol-file @var{filename} @r{[} -readnow @r{]}
-@itemx file @var{filename} @r{[} -readnow @r{]}
+@item symbol-file @r{[} -readnow @r{]} @var{filename}
+@itemx file @r{[} -readnow @r{]} @var{filename}
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
load symbol table information, if you want to be sure @value{GDBN} has the