Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* NEWS: gdb reverse commands
@ 2009-05-04 17:02 Michael Snyder
  2009-05-04 17:05 ` Michael Snyder
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Snyder @ 2009-05-04 17:02 UTC (permalink / raw)
  To: gdb-patches; +Cc: Eli Zaretskii

Belated entry for the target-independent part of reverse debug.


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

* Re: NEWS: gdb reverse commands
  2009-05-04 17:02 NEWS: gdb reverse commands Michael Snyder
@ 2009-05-04 17:05 ` Michael Snyder
  2009-05-04 17:40   ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Snyder @ 2009-05-04 17:05 UTC (permalink / raw)
  To: Michael Snyder; +Cc: gdb-patches, Eli Zaretskii

[-- Attachment #1: Type: text/plain, Size: 118 bytes --]

Michael Snyder wrote:
> Belated entry for the target-independent part of reverse debug.

Oops, forgot attachment...



[-- Attachment #2: news.txt --]
[-- Type: text/plain, Size: 481 bytes --]

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.10443
diff -d -u -r1.10443 ChangeLog
--- ChangeLog	4 May 2009 09:54:16 -0000	1.10443
+++ ChangeLog	4 May 2009 17:00:42 -0000
@@ -1,3 +1,7 @@
+2009-05-04  Michael Snyder  <msnyder@vmware.com>
+
+	* NEWS: Add item for reverse debugging commands.
+
 2009-05-04  Pedro Alves  <pedro@codesourcery.com>
 
 	* go32-nat.c (go32_stop): Delete.

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

* Re: NEWS: gdb reverse commands
  2009-05-04 17:05 ` Michael Snyder
@ 2009-05-04 17:40   ` Eli Zaretskii
  2009-05-04 17:49     ` Michael Snyder
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2009-05-04 17:40 UTC (permalink / raw)
  To: Michael Snyder; +Cc: msnyder, gdb-patches

> Date: Mon, 04 May 2009 09:56:35 -0700
> From: Michael Snyder <msnyder@vmware.com>
> CC: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>,   Eli Zaretskii <eliz@gnu.org>
> 
> Michael Snyder wrote:
> > Belated entry for the target-independent part of reverse debug.
> 
> Oops, forgot attachment...
> 
> 
> 
> --------------060309080600020003020702
> Content-Type: text/plain;
>  name="news.txt"
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline;
>  filename="news.txt"
> 
> Index: ChangeLog
> ===================================================================
> RCS file: /cvs/src/src/gdb/ChangeLog,v
> retrieving revision 1.10443
> diff -d -u -r1.10443 ChangeLog
> --- ChangeLog	4 May 2009 09:54:16 -0000	1.10443
> +++ ChangeLog	4 May 2009 17:00:42 -0000
> @@ -1,3 +1,7 @@
> +2009-05-04  Michael Snyder  <msnyder@vmware.com>
> +
> +	* NEWS: Add item for reverse debugging commands.
> +

That's just the ChangeLog entry...


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

* Re: NEWS: gdb reverse commands
  2009-05-04 17:40   ` Eli Zaretskii
@ 2009-05-04 17:49     ` Michael Snyder
  2009-05-05  2:59       ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Snyder @ 2009-05-04 17:49 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 1041 bytes --]

Eli Zaretskii wrote:
>> Date: Mon, 04 May 2009 09:56:35 -0700
>> From: Michael Snyder <msnyder@vmware.com>
>> CC: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>,   Eli Zaretskii <eliz@gnu.org>
>>
>> Michael Snyder wrote:
>>> Belated entry for the target-independent part of reverse debug.
>> Oops, forgot attachment...
>>
>>
>>
>> --------------060309080600020003020702
>> Content-Type: text/plain;
>>  name="news.txt"
>> Content-Transfer-Encoding: 7bit
>> Content-Disposition: inline;
>>  filename="news.txt"
>>
>> Index: ChangeLog
>> ===================================================================
>> RCS file: /cvs/src/src/gdb/ChangeLog,v
>> retrieving revision 1.10443
>> diff -d -u -r1.10443 ChangeLog
>> --- ChangeLog	4 May 2009 09:54:16 -0000	1.10443
>> +++ ChangeLog	4 May 2009 17:00:42 -0000
>> @@ -1,3 +1,7 @@
>> +2009-05-04  Michael Snyder  <msnyder@vmware.com>
>> +
>> +	* NEWS: Add item for reverse debugging commands.
>> +
> 
> That's just the ChangeLog entry...

Man!  Too early in the morning???

Try this...


[-- Attachment #2: news.txt --]
[-- Type: text/plain, Size: 780 bytes --]

2009-05-04  Michael Snyder  <msnyder@vmware.com>

	* NEWS: Add item for reverse debugging commands.

Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.308
diff -d -u -r1.308 NEWS
--- NEWS	20 Apr 2009 21:11:05 -0000	1.308
+++ NEWS	4 May 2009 17:49:09 -0000
@@ -3,6 +3,11 @@
 
 *** Changes since GDB 6.8
 
+* Reverse debugging: GDB now has new commands reverse-continue, reverse-
+step, reverse-next, reverse-finish, reverse-stepi, reverse-nexti, and
+set execution-direction {forward|reverse}, for targets that support
+reverse execution.
+
 * GDB now supports hardware watchpoints on MIPS/Linux systems.  This
 feature is available with a native GDB running on kernel version
 2.6.28 or later.

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

* Re: NEWS: gdb reverse commands
  2009-05-04 17:49     ` Michael Snyder
@ 2009-05-05  2:59       ` Eli Zaretskii
  2009-05-05 18:14         ` Michael Snyder
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2009-05-05  2:59 UTC (permalink / raw)
  To: Michael Snyder; +Cc: gdb-patches

> Date: Mon, 04 May 2009 10:41:28 -0700
> From: Michael Snyder <msnyder@vmware.com>
> CC: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
> 
> Try this...
> 
>  *** Changes since GDB 6.8
>  
> +* Reverse debugging: GDB now has new commands reverse-continue, reverse-
> +step, reverse-next, reverse-finish, reverse-stepi, reverse-nexti, and
> +set execution-direction {forward|reverse}, for targets that support
> +reverse execution.
> +

Thanks, this one is good to go.


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

* Re: NEWS: gdb reverse commands
  2009-05-05  2:59       ` Eli Zaretskii
@ 2009-05-05 18:14         ` Michael Snyder
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Snyder @ 2009-05-05 18:14 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches

Eli Zaretskii wrote:
>> Date: Mon, 04 May 2009 10:41:28 -0700
>> From: Michael Snyder <msnyder@vmware.com>
>> CC: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
>>
>> Try this...
>>
>>  *** Changes since GDB 6.8
>>  
>> +* Reverse debugging: GDB now has new commands reverse-continue, reverse-
>> +step, reverse-next, reverse-finish, reverse-stepi, reverse-nexti, and
>> +set execution-direction {forward|reverse}, for targets that support
>> +reverse execution.
>> +
> 
> Thanks, this one is good to go.

Committed, thanks.


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

end of thread, other threads:[~2009-05-05 18:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-04 17:02 NEWS: gdb reverse commands Michael Snyder
2009-05-04 17:05 ` Michael Snyder
2009-05-04 17:40   ` Eli Zaretskii
2009-05-04 17:49     ` Michael Snyder
2009-05-05  2:59       ` Eli Zaretskii
2009-05-05 18:14         ` Michael Snyder

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