GDB (xrefs)
|
#include "osdata.h"
Public Member Functions | |
osdata_column (std::string &&name_, std::string &&value_) | |
Public Attributes | |
std::string | name |
std::string | value |
|
inline |
std::string osdata_column::name |
Definition at line 31 of file osdata.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__(), gdb.printing.PrettyPrinter::__init__(), and get_osdata_column().
std::string osdata_column::value |
Definition at line 32 of file osdata.h.
Referenced by gdb.command.prompt._ExtendedPrompt::__init__(), gdb-gdb.TypeFlag::__lt__(), gdb.command.prompt._ExtendedPrompt::before_prompt_hook(), get_osdata_column(), and gdb.command.prompt._ExtendedPrompt::get_show_string().