Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.322 diff -u -r1.322 gdb.texinfo --- gdb.texinfo 14 Apr 2006 18:31:32 -0000 1.322 +++ gdb.texinfo 19 Apr 2006 18:24:30 -0000 @@ -22554,6 +22660,22 @@ 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 +Continue execution in reverse (if capable). +@xref{Reverse Execution, ,Running programs backward}. + +Reply: +@xref{Stop Reply Packets}, for the reply specifications. + +@item bs +@cindex @samp{bs} packet +Single step in reverse (if capable). +@xref{Reverse Execution, ,Running programs backward}. + +Reply: +@xref{Stop Reply Packets}, for the reply specifications. + @item c @var{addr} @cindex @samp{c} packet Continue. @var{addr} is address to resume. If @var{addr} is omitted,