Documentation for qXfer:threads:read handle attribute

gdb/doc/ChangeLog:

	* gdb.texinfo (qXfer:threads:read): Add documentation for handle
	attribute.
This commit is contained in:
Kevin Buettner 2017-04-06 14:55:32 -07:00
parent f6327dcbf0
commit f2ff95c583
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-09-21 Kevin Buettner <kevinb@redhat.com>
* gdb.texinfo (qXfer:threads:read): Add documentation for handle
attribute.
2017-09-21 Kevin Buettner <kevinb@redhat.com>
* python.texi (Inferiors In Python): Add description for method

View File

@ -40784,7 +40784,9 @@ identifies the thread (@pxref{thread-id syntax}). The
the thread was last executing on. The @samp{name} attribute, if
present, specifies the human-readable name of the thread. The content
of the of @samp{thread} element is interpreted as human-readable
auxiliary information.
auxiliary information. The @samp{handle} attribute, if present,
is a hex encoded representation of the thread handle.
@node Traceframe Info Format
@section Traceframe Info Format