GDB (xrefs)
|
#include "python-internal.h"
Public Attributes | |
PyObject_HEAD struct thread_info * | thread |
PyObject * | inf_obj |
Definition at line 350 of file python-internal.h.
PyObject* thread_object::inf_obj |
Definition at line 358 of file python-internal.h.
Referenced by thpy_get_inferior().
PyObject_HEAD struct thread_info* thread_object::thread |
Definition at line 355 of file python-internal.h.
Referenced by thpy_get_details(), thpy_get_global_num(), thpy_get_name(), thpy_get_num(), thpy_get_ptid(), thpy_is_exited(), thpy_is_running(), thpy_is_stopped(), thpy_is_valid(), thpy_set_name(), thpy_switch(), and thpy_thread_handle().