GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD PyObject * | pending_frame |
struct frame_id | frame_id |
std::vector< saved_reg > * | saved_regs |
Definition at line 83 of file py-unwind.c.
struct frame_id unwind_info_object::frame_id |
Definition at line 91 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 88 of file py-unwind.c.
Referenced by pyuw_create_unwind_info(), unwind_infopy_add_saved_register(), and unwind_infopy_dealloc().
std::vector<saved_reg>* unwind_info_object::saved_regs |
Definition at line 94 of file py-unwind.c.
Referenced by pyuw_create_unwind_info(), pyuw_sniffer(), unwind_infopy_add_saved_register(), unwind_infopy_dealloc(), and unwind_infopy_str().