GDB (xrefs)
Public Attributes | List of all members
cached_frame_info Struct Reference

Public Attributes

struct frame_id frame_id
 
struct gdbarchgdbarch
 
int reg_count
 
struct reg_info reg []
 

Detailed Description

Definition at line 84 of file py-unwind.c.

Member Data Documentation

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


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