GDB (xrefs)
|
#include "xml-support.h"
Public Member Functions | |
gdb_xml_value (const char *name_, void *value_) | |
Public Attributes | |
const char * | name |
gdb::unique_xmalloc_ptr< void > | value |
Definition at line 71 of file xml-support.h.
|
inline |
Definition at line 73 of file xml-support.h.
const char* gdb_xml_value::name |
Definition at line 77 of file xml-support.h.
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__().
gdb::unique_xmalloc_ptr<void> gdb_xml_value::value |
Definition at line 78 of file xml-support.h.
Referenced by gdb.command.prompt._ExtendedPrompt::__init__(), gdb-gdb.TypeFlag::__lt__(), gdb.command.prompt._ExtendedPrompt::before_prompt_hook(), and gdb.command.prompt._ExtendedPrompt::get_show_string().