GDB (xrefs)
|
#include "py-events.h"
Public Attributes | |
eventregistry_object * | stop |
eventregistry_object * | cont |
eventregistry_object * | exited |
eventregistry_object * | new_objfile |
PyObject * | module |
Definition at line 43 of file py-events.h.
Definition at line 46 of file py-events.h.
Referenced by emit_continue_event(), and gdbpy_initialize_py_events().
Definition at line 47 of file py-events.h.
Referenced by emit_exited_event(), and gdbpy_initialize_py_events().
Definition at line 50 of file py-events.h.
Referenced by add_new_registry(), and gdbpy_initialize_py_events().
Definition at line 48 of file py-events.h.
Referenced by emit_new_objfile_event(), and gdbpy_initialize_py_events().
Definition at line 45 of file py-events.h.
Referenced by emit_stop_event(), and gdbpy_initialize_py_events().