diff options
author | Michael Snyder <msnyder@vmware.com> | 2002-01-31 03:57:42 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2002-01-31 03:57:42 +0000 |
commit | 1a70374818c962c98ac3e43f516887abc87fc6b6 (patch) | |
tree | d7f453b511648f95e7404a857bc2d6ef630365b6 /gdb/NEWS | |
parent | cefd4ef53ff0474d9f5fc67bb389b771f371373a (diff) | |
download | gdb-1a70374818c962c98ac3e43f516887abc87fc6b6.zip gdb-1a70374818c962c98ac3e43f516887abc87fc6b6.tar.gz gdb-1a70374818c962c98ac3e43f516887abc87fc6b6.tar.bz2 |
2002-01-30 Michael Snyder <msnyder@redhat.com>
* NEWS: Mention "set trust-readonly-sections" command.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,6 +3,15 @@ *** Changes since GDB 5.1: +* 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. + * New command "generate-core-file" (or "gcore"). This new gdb command allows the user to drop a core file of the |