]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Documentation for Inferior.thread_from_thread_handle
authorKevin Buettner <kevinb@redhat.com>
Wed, 4 May 2016 23:46:50 +0000 (16:46 -0700)
committerKevin Buettner <kevinb@redhat.com>
Thu, 21 Sep 2017 18:49:46 +0000 (11:49 -0700)
gdb/doc/ChangeLog:

* python.texi (Inferiors In Python): Add description for method
Inferior.thread_from_thread_handle.

gdb/doc/ChangeLog
gdb/doc/python.texi

index 971f0c1596dcd10da494bc327262e334b946f0cf..0bd6ff238b1db435ae4e458508aa5b9d702c1676 100644 (file)
@@ -1,3 +1,8 @@
+2017-09-21  Kevin Buettner  <kevinb@redhat.com>
+
+       * python.texi (Inferiors In Python): Add description for method
+       Inferior.thread_from_thread_handle.
+
 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
 
        * gdb.texinfo (Starting your Program): Add description of
index 39def2aa6f237d0585bd3bb5bbfe36d0dab5899f..f661e489bb910103745b6d957f5c76e5c1e004ab 100644 (file)
@@ -2785,6 +2785,13 @@ containing the address where the pattern was found, or @code{None} if
 the pattern could not be found.
 @end defun
 
+@findex Inferior.thread_from_thread_handle
+@defun Inferior.thread_from_thread_handle (thread_handle)
+Return the thread object corresponding to @var{thread_handle}, a thread
+library specific data structure such as @code{pthread_t} for pthreads
+library implementations.
+@end defun
+
 @node Events In Python
 @subsubsection Events In Python
 @cindex inferior events in Python