Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH/DOC] Prec: add doc for record save and record record restore
@ 2010-06-18  3:21 Hui Zhu
  2010-06-18  7:32 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Hui Zhu @ 2010-06-18  3:21 UTC (permalink / raw)
  To: gdb-patches ml

Hi,

I found that there is not doc for record save and record record
restore.  Add this patch for this 2 commands.

Thanks,
Hui

2010-06-18  Hui Zhu  <teawater@gmail.com>

	* gdb.texinfo: (Process Record and Replay): Add documentation
	for commands "record save" and "record restore".


---
 doc/gdb.texinfo |   10 ++++++++++
 1 file changed, 10 insertions(+)

--- a/doc/gdb.texinfo
+++ b/doc/gdb.texinfo
@@ -5639,6 +5639,16 @@ usual ``live'' debugging of the process
 When the inferior process exits, or @value{GDBN} detaches from it,
 process record and replay target will automatically stop itself.

+@kindex record save
+@item record save @var{filename}
+Save the execution log to a file @file{@var{filename}}.
+Default filename is 'gdb_record.<process_id>'.
+
+@kindex record restore
+@item record restore @var{filename}
+Restore the execution log from a file @file{@var{filename}}.
+File must be created with @code{record save}.
+
 @kindex set record insn-number-max
 @item set record insn-number-max @var{limit}
 Set the limit of instructions to be recorded.  Default value is 200000.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-06-18  8:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-18  3:21 [PATCH/DOC] Prec: add doc for record save and record record restore Hui Zhu
2010-06-18  7:32 ` Eli Zaretskii
2010-06-18  7:49   ` Hui Zhu
2010-06-18  8:06     ` Eli Zaretskii
2010-06-18  8:17       ` Hui Zhu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox