This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Mention "trust-readonly-sections in NEWS.


Committed.

2002-01-30  Michael Snyder  <msnyder@redhat.com>

	* NEWS: Mention "set trust-readonly-sections" command.

+ * New command "set trust-readonly-sections on[off]".
+ 
+ This command is a hint that tells gdb that read-only sections
+ really are read-only (ie. that their contents will not change).
+ In this mode, gdb will go to the object file rather than the
+ target to read memory from read-only sections (such as ".text").
+ This can be a significant performance improvement on some
+ (notably embedded) targets.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]