GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
register_descriptor_object Struct Reference

Public Attributes

PyObject_HEAD int regnum
 
struct gdbarchgdbarch
 

Detailed Description

Definition at line 54 of file py-registers.c.

Member Data Documentation

◆ gdbarch

struct gdbarch* register_descriptor_object::gdbarch

Definition at line 61 of file py-registers.c.

Referenced by gdbpy_parse_register_id(), and gdbpy_register_descriptor_to_string().

◆ regnum

PyObject_HEAD int register_descriptor_object::regnum

Definition at line 58 of file py-registers.c.

Referenced by gdbpy_parse_register_id(), and gdbpy_register_descriptor_to_string().


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