* [RFA] NEWS: mention record save/restore
@ 2009-11-01 20:55 Michael Snyder
2009-11-01 21:19 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Michael Snyder @ 2009-11-01 20:55 UTC (permalink / raw)
To: gdb-patches, Eli Zaretskii
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: NEWS.txt --]
[-- Type: text/plain, Size: 810 bytes --]
2009-11-01 Michael Snyder <msnyder@vmware.com>
* NEWS (New Commands): Mention record save/restore.
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.336
diff -u -p -r1.336 NEWS
--- NEWS 28 Oct 2009 15:01:27 -0000 1.336
+++ NEWS 1 Nov 2009 20:54:26 -0000
@@ -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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFA] NEWS: mention record save/restore
2009-11-01 20:55 [RFA] NEWS: mention record save/restore Michael Snyder
@ 2009-11-01 21:19 ` Eli Zaretskii
2009-11-01 21:23 ` Michael Snyder
0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2009-11-01 21:19 UTC (permalink / raw)
To: Michael Snyder; +Cc: gdb-patches
> Date: Sun, 01 Nov 2009 12:55:34 -0800
> From: Michael Snyder <msnyder@vmware.com>
>
> 2009-11-01 Michael Snyder <msnyder@vmware.com>
>
> * NEWS (New Commands): Mention record save/restore.
>
> Index: NEWS
> ===================================================================
> RCS file: /cvs/src/src/gdb/NEWS,v
> retrieving revision 1.336
> diff -u -p -r1.336 NEWS
> --- NEWS 28 Oct 2009 15:01:27 -0000 1.336
> +++ NEWS 1 Nov 2009 20:54:26 -0000
> @@ -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.
This is fine, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFA] NEWS: mention record save/restore
2009-11-01 21:19 ` Eli Zaretskii
@ 2009-11-01 21:23 ` Michael Snyder
2009-11-03 6:19 ` Hui Zhu
0 siblings, 1 reply; 4+ messages in thread
From: Michael Snyder @ 2009-11-01 21:23 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: gdb-patches
Eli Zaretskii wrote:
>> Date: Sun, 01 Nov 2009 12:55:34 -0800
>> From: Michael Snyder <msnyder@vmware.com>
>>
>> 2009-11-01 Michael Snyder <msnyder@vmware.com>
>>
>> * NEWS (New Commands): Mention record save/restore.
>>
>> Index: NEWS
>> ===================================================================
>> RCS file: /cvs/src/src/gdb/NEWS,v
>> retrieving revision 1.336
>> diff -u -p -r1.336 NEWS
>> --- NEWS 28 Oct 2009 15:01:27 -0000 1.336
>> +++ NEWS 1 Nov 2009 20:54:26 -0000
>> @@ -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.
>
> This is fine, thanks.
Committed.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFA] NEWS: mention record save/restore
2009-11-01 21:23 ` Michael Snyder
@ 2009-11-03 6:19 ` Hui Zhu
0 siblings, 0 replies; 4+ messages in thread
From: Hui Zhu @ 2009-11-03 6:19 UTC (permalink / raw)
To: Michael Snyder; +Cc: Eli Zaretskii, gdb-patches
Cool.
Thanks,
Hui
On Mon, Nov 2, 2009 at 05:23, Michael Snyder <msnyder@vmware.com> wrote:
> Eli Zaretskii wrote:
>>>
>>> Date: Sun, 01 Nov 2009 12:55:34 -0800
>>> From: Michael Snyder <msnyder@vmware.com>
>>>
>>> 2009-11-01 Michael Snyder <msnyder@vmware.com>
>>>
>>> * NEWS (New Commands): Mention record save/restore.
>>>
>>> Index: NEWS
>>> ===================================================================
>>> RCS file: /cvs/src/src/gdb/NEWS,v
>>> retrieving revision 1.336
>>> diff -u -p -r1.336 NEWS
>>> --- NEWS 28 Oct 2009 15:01:27 -0000 1.336
>>> +++ NEWS 1 Nov 2009 20:54:26 -0000
>>> @@ -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.
>>
>> This is fine, thanks.
>
> Committed.
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-11-03 6:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-01 20:55 [RFA] NEWS: mention record save/restore Michael Snyder
2009-11-01 21:19 ` Eli Zaretskii
2009-11-01 21:23 ` Michael Snyder
2009-11-03 6:19 ` Hui Zhu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox