]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2008-10-10 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Sun, 19 Oct 2008 22:15:58 +0000 (22:15 +0000)
committerMichael Snyder <msnyder@vmware.com>
Sun, 19 Oct 2008 22:15:58 +0000 (22:15 +0000)
* gdb.texinfo: Document the 'bc' and 'bs' (reverse) commands,
and the 'replaylog' annotation of the 'T' stop event message.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 390a314e88c69c2a7fb0b60c3c8fd69d6a0ec053..df07811706631131331e267876cfc9c4d83b6762 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-10  Michael Snyder  <msnyder@vmware.com>
+
+       * gdb.texinfo: Document the 'bc' and 'bs' (reverse) commands,
+       and the 'replaylog' annotation of the 'T' stop event message.
+
 2008-09-30  Michael Snyder  <msnyder@vmware.com>
 
        * gdb.texinfo: Add documentation for reverse execution.
index 15fbc3930dc33cde40e99796262d3c63c127566e..60c4105f03f920e601437d242cab1053db7b010c 100644 (file)
@@ -24611,6 +24611,20 @@ breakpoint at @var{addr}.
 Don't use this packet.  Use the @samp{Z} and @samp{z} packets instead
 (@pxref{insert breakpoint or watchpoint packet}).
 
+@item bc
+@cindex @samp{bc} packet
+Backward continue.  Execute the target system in reverse.  No parameter.
+
+Reply:
+@xref{Stop Reply Packets}, for the reply specifications.
+
+@item bs
+@cindex @samp{bs} packet
+Backward single step.  Execute one instruction in reverse.  No parameter.
+
+Reply:
+@xref{Stop Reply Packets}, for the reply specifications.
+
 @item c @r{[}@var{addr}@r{]}
 @cindex @samp{c} packet
 Continue.  @var{addr} is address to resume.  If @var{addr} is omitted,
@@ -25228,6 +25242,14 @@ hex.
 The packet indicates that the loaded libraries have changed.
 @value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new
 list of loaded libraries.  @var{r} is ignored.
+
+@cindex replay log events, remote reply
+@item replaylog
+The packet indicates that the target cannot continue replaying 
+logged execution events, because it has reached the end (or the
+beginning when executing backward) of the log.  The value of @var{r}
+will be either @samp{begin} or @samp{end}.
+
 @end table
 
 @item W @var{AA}