2009-09-10 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 10 Sep 2009 21:03:07 +0000 (21:03 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 10 Sep 2009 21:03:07 +0000 (21:03 +0000)
* gdb.texinfo (qSupported): Mention new ReverseContinue and
ReverseStep replies to the qSupported query.

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

index b3f8fc7eb0b1516f4e36d03b66fc54078fdeb8a6..595bbe27bf04436e6875fcfdd3cdd5abd721fb5b 100644 (file)
@@ -1,3 +1,8 @@
+2009-09-10  Michael Snyder  <msnyder@vmware.com>
+
+       * gdb.texinfo (qSupported): Mention new ReverseContinue and
+       ReverseStep replies to the qSupported query.
+
 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
 
        Add documentation for set/show interactive-mode.
index 7b2667535cace93912f067ec7f424cf6aa741135..20273515ab826e6cf02cf04c7a91430fd58c74b1 100644 (file)
@@ -27516,16 +27516,18 @@ 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
+@anchor{bc}
+@item bc
 Backward continue.  Execute the target system in reverse.  No parameter.
 @xref{Reverse Execution}, for more information.
 
 Reply:
 @xref{Stop Reply Packets}, for the reply specifications.
 
-@item bs
 @cindex @samp{bs} packet
+@anchor{bs}
+@item bs
 Backward single step.  Execute one instruction in reverse.  No parameter.
 @xref{Reverse Execution}, for more information.
 
@@ -28769,6 +28771,16 @@ These are the currently defined stub features and their properties:
 @tab @samp{-}
 @tab No
 
+@item @samp{ReverseContinue}
+@tab No
+@tab @samp{+}
+@tab No
+
+@item @samp{ReverseStep}
+@tab No
+@tab @samp{+}
+@tab No
+
 @end multitable
 
 These are the currently defined stub features, in more detail:
@@ -28850,6 +28862,14 @@ The remote stub understands the @samp{qXfer:osdata:read} packet
 The remote stub accepts and implements conditional expressions defined
 for tracepoints (@pxref{Tracepoint Conditions}).
 
+@item ReverseContinue
+The remote stub accepts and implements the reverse continue packet
+(@pxref{bc}).
+
+@item ReverseStep
+The remote stub accepts and implements the reverse step packet
+(@pxref{bs}).
+
 @end table
 
 @item qSymbol::
This page took 0.043144 seconds and 4 git commands to generate.