|
GDB (xrefs)
|
Public Attributes | |
| struct frame_id | frame_id |
| struct gdbarch * | gdbarch |
| int | reg_count |
| struct reg_info | reg [] |
Definition at line 84 of file py-unwind.c.
| struct frame_id cached_frame_info::frame_id |
Definition at line 87 of file py-unwind.c.
Referenced by pyuw_sniffer().
| struct gdbarch* cached_frame_info::gdbarch |
Definition at line 90 of file py-unwind.c.
Referenced by pyuw_sniffer().
| struct reg_info cached_frame_info::reg[] |
Definition at line 95 of file py-unwind.c.
Referenced by pyuw_prev_register(), and pyuw_sniffer().
| int cached_frame_info::reg_count |
Definition at line 93 of file py-unwind.c.
Referenced by pyuw_prev_register(), and pyuw_sniffer().
1.8.10