GDB (xrefs)
|
Go to the source code of this file.
Functions | |
static gdbpy_ref | create_exited_event_object (const LONGEST *exit_code, struct inferior *inf) |
int | emit_exited_event (const LONGEST *exit_code, struct inferior *inf) |
|
static |
Definition at line 24 of file py-exitedevent.c.
References create_event_object(), evpy_add_attribute(), gdb_py_object_from_longest(), and inferior_to_inferior_object().
Referenced by emit_exited_event().
int emit_exited_event | ( | const LONGEST * | exit_code, |
struct inferior * | inf ) |
Definition at line 55 of file py-exitedevent.c.
References create_exited_event_object(), evpy_emit_event(), evregpy_no_listeners_p(), and gdb_py_events.
Referenced by python_inferior_exit().