|
GDB (xrefs)
|
Public Attributes | |
| gdbpy_breakpoint_object | py_bp |
| PyObject * | return_type |
| PyObject * | function_value |
| PyObject * | return_value |
Definition at line 40 of file py-finishbreakpoint.c.
| PyObject* finish_breakpoint_object::function_value |
Definition at line 50 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 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_type |
Definition at line 47 of file py-finishbreakpoint.c.
Referenced by bpfinishpy_dealloc(), bpfinishpy_init(), and bpfinishpy_pre_stop_hook().
| PyObject* finish_breakpoint_object::return_value |
Definition at line 54 of file py-finishbreakpoint.c.
Referenced by bpfinishpy_dealloc(), bpfinishpy_get_returnvalue(), and bpfinishpy_pre_stop_hook().
1.8.14