2009-11-01 Michael Snyder <msnyder@vmware.com>
* NEWS (New Commands): Mention record save/restore.
This commit is contained in:
parent
3afae151a3
commit
399cd16192
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-11-01 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* NEWS (New Commands): Mention record save/restore.
|
||||
|
||||
2009-10-31 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* breakpoint.c (bpstat_stop_status): Fix broken comment.
|
||||
|
|
8
gdb/NEWS
8
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue