GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD PyObject * | pending_frame |
struct frame_id | frame_id |
std::vector< saved_reg > * | saved_regs |
Definition at line 98 of file py-unwind.c.
struct frame_id unwind_info_object::frame_id |
Definition at line 106 of file py-unwind.c.
Referenced by pyuw_create_unwind_info(), pyuw_sniffer(), and unwind_infopy_str().
PyObject_HEAD PyObject* unwind_info_object::pending_frame |
Definition at line 103 of file py-unwind.c.
Referenced by pyuw_create_unwind_info(), unwind_infopy_add_saved_register(), unwind_infopy_dealloc(), and unwind_infopy_repr().
std::vector<saved_reg>* unwind_info_object::saved_regs |
Definition at line 109 of file py-unwind.c.
Referenced by pyuw_create_unwind_info(), pyuw_sniffer(), unwind_infopy_add_saved_register(), unwind_infopy_dealloc(), unwind_infopy_repr(), and unwind_infopy_str().