GDB (xrefs)
|
Public Attributes | |
thread_object * | thread_obj |
struct threadlist_entry * | next |
Definition at line 33 of file py-inferior.c.
struct threadlist_entry* threadlist_entry::next |
Definition at line 35 of file py-inferior.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), add_thread_object(), delete_thread_object(), find_thread_object(), infpy_threads(), and py_free_inferior().
thread_object* threadlist_entry::thread_obj |
Definition at line 34 of file py-inferior.c.
Referenced by add_thread_object(), delete_thread_object(), find_thread_object(), infpy_threads(), and py_free_inferior().