GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
finish_breakpoint_object Struct Reference

Public Attributes

gdbpy_breakpoint_object py_bp
 
PyObjectfunc_symbol
 
PyObjectfunction_value
 
PyObjectreturn_value
 
struct frame_id initiating_frame
 

Detailed Description

Definition at line 40 of file py-finishbreakpoint.c.

Member Data Documentation

◆ func_symbol

PyObject* finish_breakpoint_object::func_symbol

◆ function_value

PyObject* finish_breakpoint_object::function_value

◆ initiating_frame

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().

◆ py_bp

gdbpy_breakpoint_object finish_breakpoint_object::py_bp

◆ return_value

PyObject* finish_breakpoint_object::return_value

The documentation for this struct was generated from the following file: