mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
2009-09-10 Michael Snyder <msnyder@vmware.com>
* gdb.texinfo (qSupported): Mention new ReverseContinue and ReverseStep replies to the qSupported query.
This commit is contained in:
parent
40ab02cedc
commit
0d772ac9df
@ -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.
|
||||
|
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user