GDB (xrefs)
|
Public Attributes | |
gdbpy_breakpoint_object | py_bp |
PyObject * | func_symbol |
PyObject * | function_value |
PyObject * | return_value |
Definition at line 39 of file py-finishbreakpoint.c.
PyObject* finish_breakpoint_object::func_symbol |
Definition at line 47 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 52 of file py-finishbreakpoint.c.
Referenced by bpfinishpy_dealloc(), bpfinishpy_init(), and bpfinishpy_pre_stop_hook().
gdbpy_breakpoint_object finish_breakpoint_object::py_bp |
Definition at line 42 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 57 of file py-finishbreakpoint.c.
Referenced by bpfinishpy_dealloc(), bpfinishpy_get_returnvalue(), and bpfinishpy_pre_stop_hook().