GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD struct inferior * | inferior |
thread_map_t * | threads |
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_clear_env(), infpy_dealloc(), infpy_repr(), infpy_set_env(), infpy_thread_from_thread_handle(), and infpy_unset_env().
thread_map_t* inferior_object::threads |
Definition at line 47 of file py-inferior.c.
Referenced by add_thread_object(), inferior_to_inferior_object(), and infpy_threads().