aboutsummaryrefslogtreecommitdiff
path: root/gdb/WHATS.NEW
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-09-06 06:50:40 +0000
committerJohn Gilmore <gnu@cygnus>1991-09-06 06:50:40 +0000
commit90262bf93494e64b8ad4dc22576e99da23361642 (patch)
tree26a62ac097d756160478478e02c6eff8df430eec /gdb/WHATS.NEW
parente557edcf98c55007753b5ff7b4003fdcc099bcb7 (diff)
downloadgdb-90262bf93494e64b8ad4dc22576e99da23361642.zip
gdb-90262bf93494e64b8ad4dc22576e99da23361642.tar.gz
gdb-90262bf93494e64b8ad4dc22576e99da23361642.tar.bz2
* WHATS.NEW: "history write -> history save". Doc "write on/off".
(Fix from kenc@viewlogic.com.)
Diffstat (limited to 'gdb/WHATS.NEW')
-rwxr-xr-xgdb/WHATS.NEW6
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/WHATS.NEW b/gdb/WHATS.NEW
index d628865..99eee81 100755
--- a/gdb/WHATS.NEW
+++ b/gdb/WHATS.NEW
@@ -56,7 +56,7 @@ history size N: The size, in commands, of the command history. The
default is 256, or the value of the environment variable
HISTSIZE.
-history write on/off: If this value is set to ON, the history file will
+history save on/off: If this value is set to ON, the history file will
be saved after exiting gdb. If set to OFF, the
file will not be saved. The default is OFF.
@@ -97,6 +97,10 @@ print asm-demangle on/off: Same, for assembler level printouts
print vtbl on/off: Prettyprint C++ virtual function tables. Default is OFF.
+write on/off: GDB can now write to executable and core files (e.g. patch
+ a variable's value) if you turn this switch on, specify
+ the file ("exec foo" or "core foo"), then modify it, e.g.
+ by assigning a new value to a variable.
* Support for Epoch Environment.