GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD struct inferior * | inferior |
struct threadlist_entry * | threads |
int | nthreads |
Definition at line 39 of file py-inferior.c.
PyObject_HEAD struct inferior* inferior_object::inferior |
Definition at line 44 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().
Definition at line 51 of file py-inferior.c.
Referenced by add_thread_object(), delete_thread_object(), inferior_to_inferior_object(), infpy_threads(), and py_free_inferior().
Definition at line 48 of file py-inferior.c.
Referenced by add_thread_object(), delete_thread_object(), inferior_to_inferior_object(), infpy_threads(), and py_free_inferior().