mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
Documentation for Inferior.thread_from_thread_handle
gdb/doc/ChangeLog: * python.texi (Inferiors In Python): Add description for method Inferior.thread_from_thread_handle.
This commit is contained in:
parent
fbbe5337a6
commit
da2c323bff
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user