|
GDB (xrefs)
|
Public Attributes | |
| PyObject_HEAD struct inferior * | inferior |
| struct threadlist_entry * | threads |
| int | nthreads |
Definition at line 38 of file py-inferior.c.
| PyObject_HEAD struct inferior* inferior_object::inferior |
Definition at line 43 of file py-inferior.c.
Referenced by inferior_to_inferior_object(), infpy_dealloc(), and infpy_thread_from_thread_handle().
| int inferior_object::nthreads |
Definition at line 50 of file py-inferior.c.
Referenced by add_thread_object(), inferior_to_inferior_object(), and infpy_threads().
| struct threadlist_entry* inferior_object::threads |
Definition at line 47 of file py-inferior.c.
Referenced by add_thread_object(), inferior_to_inferior_object(), and infpy_threads().
1.8.14