GDB (xrefs)
|
#include "regdef.h"
Public Member Functions | |
reg (int _offset) | |
reg (const char *_name, int _offset, int _size) | |
bool | operator== (const reg &other) const |
bool | operator!= (const reg &other) const |
Public Attributes | |
const char * | name |
int | offset |
int | size |
|
inline |
|
inline |
const char* gdb::reg::name |
Definition at line 39 of file regdef.h.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.dap.varref.BaseReference::__init__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), operator==(), and gdb.dap.varref.BaseReference::to_object().
int gdb::reg::offset |
Definition at line 47 of file regdef.h.
Referenced by operator==().
int gdb::reg::size |
Definition at line 50 of file regdef.h.
Referenced by operator==().