Documentation for python method InferiorThread.handle
gdb/doc/ChangeLog: * python.texi (Threads In Python): Add description for method InferiorThread.handle.
This commit is contained in:
parent
947210e569
commit
c369f8f0fa
@ -1,3 +1,8 @@
|
||||
2019-04-08 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* python.texi (Threads In Python): Add description for method
|
||||
InferiorThread.handle.
|
||||
|
||||
2019-04-07 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* Makefile.in (all): Depend on "info".
|
||||
|
||||
@ -3334,6 +3334,14 @@ Return a Boolean indicating whether the thread is running.
|
||||
Return a Boolean indicating whether the thread is exited.
|
||||
@end defun
|
||||
|
||||
@defun InferiorThread.handle ()
|
||||
Return the thread object's handle, represented as a Python @code{bytes}
|
||||
object. A @code{gdb.Value} representation of the handle may be
|
||||
constructed via @code{gdb.Value(bufobj, type)} where @var{bufobj} is
|
||||
the Python @code{bytes} representation of the handle and @var{type} is
|
||||
a @code{gdb.Type} for the handle type.
|
||||
@end defun
|
||||
|
||||
@node Recordings In Python
|
||||
@subsubsection Recordings In Python
|
||||
@cindex recordings in python
|
||||
|
||||
Loading…
Reference in New Issue
Block a user