* [RFA] Documentation -- 'set trust-readonly-sections'
@ 2002-01-31 11:35 Michael Snyder
2002-02-01 1:07 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Michael Snyder @ 2002-01-31 11:35 UTC (permalink / raw)
To: gdb-patches; +Cc: eliz
Eli, is this OK?
2002-01-30 Michael Snyder <msnyder@redhat.com>
* gdb.texinfo (set trust-readonly-sections): Document.
Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.82
diff -p -r1.82 gdb.texinfo
*** gdb.texinfo 2002/01/27 09:34:24 1.82
--- gdb.texinfo 2002/01/31 04:11:31
*************** COFF shared library information.
*** 9410,9415 ****
--- 9410,9430 ----
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
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [RFA] Documentation -- 'set trust-readonly-sections'
2002-01-31 11:35 [RFA] Documentation -- 'set trust-readonly-sections' Michael Snyder
@ 2002-02-01 1:07 ` Eli Zaretskii
2002-02-01 9:22 ` Michael Snyder
0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2002-02-01 1:07 UTC (permalink / raw)
To: msnyder; +Cc: gdb-patches
> Date: Thu, 31 Jan 2002 11:28:44 -0800
> From: Michael Snyder <msnyder@cygnus.com>
>
> Eli, is this OK?
Yes, thanks. One comment:
> + Tell @value{GDBN} that readonly sections in your object file
> + really are read-only (ie. that their contents will not change).
"ie." should be "i.e.@:". (The "@:" part is so TeX doesn't think the
period ends a sentence, and does not typeset extra whitespace after
the period, as it does at the end of a sentence.)
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [RFA] Documentation -- 'set trust-readonly-sections'
2002-02-01 1:07 ` Eli Zaretskii
@ 2002-02-01 9:22 ` Michael Snyder
0 siblings, 0 replies; 3+ messages in thread
From: Michael Snyder @ 2002-02-01 9:22 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: msnyder, gdb-patches
Eli Zaretskii wrote:
>
> > Date: Thu, 31 Jan 2002 11:28:44 -0800
> > From: Michael Snyder <msnyder@cygnus.com>
> >
> > Eli, is this OK?
>
> Yes, thanks. One comment:
>
> > + Tell @value{GDBN} that readonly sections in your object file
> > + really are read-only (ie. that their contents will not change).
>
> "ie." should be "i.e.@:". (The "@:" part is so TeX doesn't think the
> period ends a sentence, and does not typeset extra whitespace after
> the period, as it does at the end of a sentence.)
Thanks for the tip. Changed and committed.
I spotted another use of "ie." which I will fix
as a separate check-in.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-02-01 17:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-31 11:35 [RFA] Documentation -- 'set trust-readonly-sections' Michael Snyder
2002-02-01 1:07 ` Eli Zaretskii
2002-02-01 9:22 ` Michael Snyder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox