diff options
author | Tristan Gingold <gingold@adacore.com> | 2012-03-05 11:37:33 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2012-03-05 11:37:33 +0000 |
commit | 169081d0534030ce80a8be7487d765c830aebcec (patch) | |
tree | b4b8c6e07254c0ee857e533eb0506885124b8b30 /gdb/doc | |
parent | 34864976a85af27573d2e8a10c31ad99b0186b67 (diff) | |
download | gdb-169081d0534030ce80a8be7487d765c830aebcec.zip gdb-169081d0534030ce80a8be7487d765c830aebcec.tar.gz gdb-169081d0534030ce80a8be7487d765c830aebcec.tar.bz2 |
2012-03-05 Tristan Gingold <gingold@adacore.com>
* target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
* remote.c (PACKET_qXfer_uib): New enum value.
(remote_protocol_features): Add entry for PACKET_qXfer_uib.
(remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
(_initialize_remote): Call add_packet_config_cmd for
xfer:uib packet.
doc/
2012-03-05 Tristan Gingold <gingold@adacore.com>
* gdb.texinfo (General Query Packets): Document xfer:uib:read.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 17 |
2 files changed, 21 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f3e483f..3c7357a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-03-05 Tristan Gingold <gingold@adacore.com> + + * gdb.texinfo (General Query Packets): Document xfer:uib:read. + 2012-03-03 Yao Qi <yao@codesourcery.com> * gdb.texinfo (In-Process Agent): New node. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 62c92e9..945b68d 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -35220,6 +35220,11 @@ These are the currently defined stub features and their properties: @tab @samp{-} @tab Yes +@item @samp{qXfer:uib:read} +@tab No +@tab @samp{-} +@tab Yes + @item @samp{qXfer:fdpic:read} @tab No @tab @samp{-} @@ -35359,6 +35364,10 @@ The remote stub understands the @samp{qXfer:threads:read} packet The remote stub understands the @samp{qXfer:traceframe-info:read} packet (@pxref{qXfer traceframe info read}). +@item qXfer:uib:read +The remote stub understands the @samp{qXfer:uib:read} +packet (@pxref{qXfer unwind info block}). + @item qXfer:fdpic:read The remote stub understands the @samp{qXfer:fdpic:read} packet (@pxref{qXfer fdpic loadmap read}). @@ -35654,6 +35663,14 @@ Return a description of the current traceframe's contents. This packet is not probed by default; the remote stub must request it, by supplying an appropriate @samp{qSupported} response (@pxref{qSupported}). +@item qXfer:uib:read:@var{pc}:@var{offset},@var{length} +@anchor{qXfer unwind info block} + +Return the unwind information block for @var{pc}. This packet is used +on OpenVMS/ia64 to ask the kernel unwind information. + +This packet is not probed by default. + @item qXfer:fdpic:read:@var{annex}:@var{offset},@var{length} @anchor{qXfer fdpic loadmap read} Read contents of @code{loadmap}s on the target system. The |