From: Michael Snyder Date: Sun, 19 Oct 2008 22:15:58 +0000 (+0000) Subject: 2008-10-10 Michael Snyder X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b3e6899ae0a711a338bd6974552a2c45a5555b6;p=thirdparty%2Fbinutils-gdb.git 2008-10-10 Michael Snyder * gdb.texinfo: Document the 'bc' and 'bs' (reverse) commands, and the 'replaylog' annotation of the 'T' stop event message. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 390a314e88c..df078117066 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-10-10 Michael Snyder + + * gdb.texinfo: Document the 'bc' and 'bs' (reverse) commands, + and the 'replaylog' annotation of the 'T' stop event message. + 2008-09-30 Michael Snyder * gdb.texinfo: Add documentation for reverse execution. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 15fbc3930dc..60c4105f03f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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}