diff options
author | Michael Snyder <msnyder@vmware.com> | 2009-09-10 21:03:07 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2009-09-10 21:03:07 +0000 |
commit | 0d772ac9df1e83b8587b78eda700510a043666c6 (patch) | |
tree | fefe59e9a4799fcbf878e6feae683fd55c10c795 /gdb/doc | |
parent | 40ab02cedcb102604a63dcc1777155b78dc9c9bc (diff) | |
download | gdb-0d772ac9df1e83b8587b78eda700510a043666c6.zip gdb-0d772ac9df1e83b8587b78eda700510a043666c6.tar.gz gdb-0d772ac9df1e83b8587b78eda700510a043666c6.tar.bz2 |
2009-09-10 Michael Snyder <msnyder@vmware.com>
* gdb.texinfo (qSupported): Mention new ReverseContinue and
ReverseStep replies to the qSupported query.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 24 |
2 files changed, 27 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b3f8fc7..595bbe2 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 7b26675..2027351 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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:: |