aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
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.