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

Public Attributes

PyObject_HEAD struct frame_id frame_id
 
struct gdbarchgdbarch
 
int frame_id_is_next
 

Detailed Description

Definition at line 32 of file py-frame.c.

Member Data Documentation

PyObject_HEAD struct frame_id frame_object::frame_id

Definition at line 34 of file py-frame.c.

Referenced by frame_info_to_frame_object(), and frame_object_to_frame_info().

int frame_object::frame_id_is_next

Definition at line 45 of file py-frame.c.

Referenced by frame_info_to_frame_object(), and frame_object_to_frame_info().

struct gdbarch* frame_object::gdbarch

Definition at line 35 of file py-frame.c.

Referenced by frame_info_to_frame_object(), and frapy_arch().


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