aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2009-11-01 21:20:18 +0000
committerMichael Snyder <msnyder@vmware.com>2009-11-01 21:20:18 +0000
commit399cd16192237cf2709e1741adba558fd8fbd64d (patch)
tree74cfc7dc5e0ed6de32e3e015b089298f9ce0f07a /gdb/NEWS
parent3afae151a352d158bf5e5b8b544e26953f8e9353 (diff)
downloadgdb-399cd16192237cf2709e1741adba558fd8fbd64d.zip
gdb-399cd16192237cf2709e1741adba558fd8fbd64d.tar.gz
gdb-399cd16192237cf2709e1741adba558fd8fbd64d.tar.bz2
2009-11-01 Michael Snyder <msnyder@vmware.com>
* NEWS (New Commands): Mention record save/restore.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index d20d8e6..0c870e3 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -24,6 +24,14 @@ Xilinx MicroBlaze microblaze
* New commands (for set/show, see "New options" below)
+record save [<FILENAME>]
+ Save a file (in core file format) containing the process record
+ execution log for replay debugging at a later time.
+
+record restore <FILENAME>
+ Restore the process record execution log that was saved at an
+ earlier time, for replay debugging.
+
add-inferior [-copies <N>] [-exec <FILENAME>]
Add a new inferior.