GDB (xrefs)
Loading...
Searching...
No Matches
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

◆ frame_id

PyObject_HEAD struct frame_id frame_object::frame_id

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

Referenced by frame_object_to_frame_info(), and frapy_richcompare().

◆ frame_id_is_next

int frame_object::frame_id_is_next

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

Referenced by frame_object_to_frame_info(), and frapy_richcompare().

◆ gdbarch

struct gdbarch* frame_object::gdbarch

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

Referenced by frapy_arch().


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