--- doc/gdb.texinfo | 15 +++++++++++++++ 1 file changed, 15 insertions(+) --- a/doc/gdb.texinfo +++ b/doc/gdb.texinfo @@ -5190,6 +5190,21 @@ When record target runs in replay mode ( subsequent execution log and begin to record a new execution log starting from the current address. This means you will abandon the previously recorded ``future'' and begin recording a new ``future''. + +@kindex record dump +@kindex rec dump +@item record dump [@var{file}] +@itemx rec dump [@var{file}] +Dump the execution records of the inferior process to a file. The optional +argument @var{file} specifies the file name where to put the record dump. +If not specified, the file name defaults to @file{gdb_record.@var{pid}}, where +@var{pid} is is the PID of the inferior process. + +@kindex record load +@kindex rec load +@item record load @var{file} +@itemx rec dump @var{file} +Load previously-dumped execution records from @var{file}. @end table