GDB (xrefs)
|
Public Attributes | |
gdbpy_breakpoint_object | py_bp |
PyObject * | func_symbol |
PyObject * | function_value |
PyObject * | return_value |
struct frame_id | initiating_frame |
Definition at line 40 of file py-finishbreakpoint.c.
PyObject* finish_breakpoint_object::func_symbol |
Definition at line 48 of file py-finishbreakpoint.c.
Referenced by bpfinishpy_dealloc(), bpfinishpy_init(), and bpfinishpy_pre_stop_hook().
PyObject* finish_breakpoint_object::function_value |
Definition at line 53 of file py-finishbreakpoint.c.
Referenced by bpfinishpy_dealloc(), bpfinishpy_init(), and bpfinishpy_pre_stop_hook().
struct frame_id finish_breakpoint_object::initiating_frame |
Definition at line 62 of file py-finishbreakpoint.c.
Referenced by bpfinishpy_detect_out_scope_cb(), and bpfinishpy_init().
gdbpy_breakpoint_object finish_breakpoint_object::py_bp |
Definition at line 43 of file py-finishbreakpoint.c.
Referenced by bpfinishpy_detect_out_scope_cb(), bpfinishpy_init(), and bpfinishpy_out_of_scope().
PyObject* finish_breakpoint_object::return_value |
Definition at line 58 of file py-finishbreakpoint.c.
Referenced by bpfinishpy_dealloc(), bpfinishpy_get_returnvalue(), and bpfinishpy_pre_stop_hook().