GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD int | regnum |
struct gdbarch * | gdbarch |
Definition at line 54 of file py-registers.c.
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().
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().