From: Christian Biesinger Date: Tue, 22 Oct 2019 23:17:24 +0000 (-0500) Subject: Add a note for how to get the list of threads X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14796d2978765ab0e160ada298adb9ffc224fd75;p=binutils-gdb.git Add a note for how to get the list of threads It's not immediately obvious how to get the list of threads, so add a note about that in the "Threads in Python" section. gdb/doc/ChangeLog: 2019-10-23 Christian Biesinger * python.texi (Threads In Python): Add a note for how to get the list of threads. Change-Id: I0fef8a7aff161fc347c09052319048c907a6e8c3 --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 26f858f9c83..b81c2cca0d1 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2019-10-23 Christian Biesinger + + * python.texi (Threads In Python): Add a note for how to get the + list of threads. + 2019-10-07 Tom de Vries * gdb.texinfo: Fix typo. diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index 48adad4e97b..13191fc9ae8 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -3293,6 +3293,9 @@ This function returns the thread object for the selected thread. If there is no selected thread, this will return @code{None}. @end defun +To get the list of threads for an inferior, use the @code{Inferior.threads()} +method. @xref{Inferiors In Python} + A @code{gdb.InferiorThread} object has the following attributes: @defvar InferiorThread.name