diff options
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 |