--- doc/gdb.texinfo | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) --- a/doc/gdb.texinfo +++ b/doc/gdb.texinfo @@ -5190,6 +5190,22 @@ 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}] +Produce a record execution log of the inferior process. The optional +argument @var{file} specifies the file name where to put the record dump. +If not specified, the file name defaults to @file{rec.@var{pid}}, where +@var{pid} is the inferior process ID. + +@kindex record load +@kindex rec load +@item record load @var{file} +@itemx rec dump @var{file} +Load process record execution log from @var{file}. +It can work with @code{core-file}. @end table