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(), infpy_get_num(), infpy_get_pid(), infpy_get_was_attached(), infpy_is_valid(), and py_free_inferior().
int inferior_object::nthreads |
Definition at line 50 of file py-inferior.c.
Referenced by add_thread_object(), delete_thread_object(), inferior_to_inferior_object(), infpy_threads(), and py_free_inferior().
struct threadlist_entry* inferior_object::threads |
Definition at line 47 of file py-inferior.c.
Referenced by add_thread_object(), delete_thread_object(), inferior_to_inferior_object(), infpy_threads(), and py_free_inferior().