GDB (xrefs)
|
Public Member Functions | |
syscall_desc (int number_, std::string name_, std::string alias_) | |
Public Attributes | |
int | number |
std::string | name |
std::string | alias |
Definition at line 97 of file xml-syscall.c.
|
inline |
Definition at line 99 of file xml-syscall.c.
std::string syscall_desc::alias |
Definition at line 113 of file xml-syscall.c.
std::string syscall_desc::name |
Definition at line 109 of file xml-syscall.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.unwinder.Unwinder::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), and gdb.printing.PrettyPrinter::__init__().
int syscall_desc::number |
Definition at line 105 of file xml-syscall.c.
Referenced by xml_list_syscalls_by_group().