GDB (xrefs)
|
Public Attributes | |
struct frame_id | frame_id |
struct gdbarch * | gdbarch |
int | reg_count |
cached_reg_t | reg [] |
Definition at line 115 of file py-unwind.c.
struct frame_id cached_frame_info::frame_id |
Definition at line 118 of file py-unwind.c.
Referenced by pyuw_sniffer().
struct gdbarch* cached_frame_info::gdbarch |
Definition at line 121 of file py-unwind.c.
Referenced by pyuw_sniffer().
cached_reg_t cached_frame_info::reg[] |
Definition at line 126 of file py-unwind.c.
Referenced by pyuw_dealloc_cache(), pyuw_prev_register(), and pyuw_sniffer().
int cached_frame_info::reg_count |
Definition at line 124 of file py-unwind.c.
Referenced by pyuw_dealloc_cache(), pyuw_prev_register(), and pyuw_sniffer().