GDB (xrefs)
|
Public Member Functions | |
syscall_group_desc (const std::string &name_) | |
Public Attributes | |
std::string | name |
std::vector< syscall_desc * > | syscalls |
Definition at line 119 of file xml-syscall.c.
|
inline |
Definition at line 121 of file xml-syscall.c.
std::string syscall_group_desc::name |
Definition at line 127 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__().
std::vector<syscall_desc *> syscall_group_desc::syscalls |
Definition at line 132 of file xml-syscall.c.
Referenced by syscall_group_add_syscall(), and xml_list_syscalls_by_group().