2002-01-30 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 1 Feb 2002 17:21:28 +0000 (17:21 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 1 Feb 2002 17:21:28 +0000 (17:21 +0000)
        * gdb.texinfo (set trust-readonly-sections): Document.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index f08d5cc9429000527656f79ea21faa9ae89b03d2..52ad3b8e5c0c6df72957273401f6052ccdc075f0 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-30  Michael Snyder  <msnyder@redhat.com>
+
+       * gdb.texinfo (set trust-readonly-sections): Document.
+
 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
 
        * gdbint.texinfo (Releasing GDB): Revise and update.
index ee3f8823e1d72e0ae6f7b265e406d435329cc64b..d02fecf3733539b559f3c3cd9367dd7b8b395ca5 100644 (file)
@@ -9410,6 +9410,21 @@ COFF shared library information.
 Section contains common symbols.
 @end table
 @end table
+@kindex set trust-readonly-sections
+@item set trust-readonly-sections on
+Tell @value{GDBN} that readonly sections in your object file
+really are read-only (ie.@: that their contents will not change).
+In that case, @value{GDBN} can fetch values from these sections
+out of the object file, rather than from the target program.
+For some targets (notably embedded ones), this can be a significant
+enhancement to debugging performance.
+
+The default is off.
+
+@item set trust-readonly-sections off
+Tell @value{gdbn} not to trust readonly sections.  This means that
+the contents of the section might change while the program is running,
+and must therefore be fetched from the target when needed.
 @end table
 
 All file-specifying commands allow both absolute and relative file names