GDB (xrefs)
|
#include "reggroups.h"
Public Member Functions | |
reggroup (const char *name, enum reggroup_type type) | |
const char * | name () const |
enum reggroup_type | type () const |
Private Attributes | |
const char * | m_name |
enum reggroup_type | m_type |
Definition at line 41 of file reggroups.h.
|
inline |
Definition at line 45 of file reggroups.h.
Referenced by gdbpy_get_reggroup().
|
inline |
Definition at line 51 of file reggroups.h.
References m_name.
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__(), reggroups::add(), gdbpy_reggroup_to_string(), nds32_register_reggroup_p(), tui_data_window::show_register_group(), tdesc_register_in_reggroup_p(), and gdb.dap.varref.BaseReference::to_object().
|
inline |
Definition at line 55 of file reggroups.h.
References m_type.
|
private |
Definition at line 60 of file reggroups.h.
Referenced by name().
|
private |
Definition at line 63 of file reggroups.h.
Referenced by type().