GDB (xrefs)
|
Public Attributes | ||
struct value * | value | |
struct { | ||
const struct internalvar_funcs * functions | ||
void * data | ||
} | make_value | |
struct { | ||
struct internal_function * function | ||
int canonical | ||
} | fn | |
struct { | ||
struct type * type | ||
LONGEST val | ||
} | integer | |
char * | string | |
int internalvar_data::canonical |
Definition at line 2066 of file value.c.
Referenced by set_internalvar(), and set_internalvar_function().
void* internalvar_data::data |
Definition at line 2058 of file value.c.
Referenced by compile_internalvar_to_ax(), create_internalvar_type_lazy(), and value_of_internalvar().
struct { ... } internalvar_data::fn |
Referenced by get_internalvar_function(), set_internalvar(), and set_internalvar_function().
struct internal_function* internalvar_data::function |
Definition at line 2064 of file value.c.
Referenced by get_internalvar_function(), set_internalvar(), and set_internalvar_function().
const struct internalvar_funcs* internalvar_data::functions |
Definition at line 2055 of file value.c.
Referenced by compile_internalvar_to_ax(), create_internalvar_type_lazy(), and value_of_internalvar().
struct { ... } internalvar_data::integer |
Referenced by get_internalvar_integer(), set_internalvar_integer(), and value_of_internalvar().
struct { ... } internalvar_data::make_value |
Referenced by compile_internalvar_to_ax(), create_internalvar_type_lazy(), and value_of_internalvar().
char* internalvar_data::string |
Definition at line 2080 of file value.c.
Referenced by clear_internalvar(), set_internalvar_string(), and value_of_internalvar().
struct type* internalvar_data::type |
Definition at line 2075 of file value.c.
Referenced by set_internalvar_integer(), and value_of_internalvar().
LONGEST internalvar_data::val |
Definition at line 2076 of file value.c.
Referenced by gdb.printing._EnumInstance::__init__(), gdb.FrameDecorator.SymValueWrapper::__init__(), gdb.printer.bound_registers.MpxBound128Printer::__init__(), gdb-gdb.TypeFlagsPrinter::__str__(), gdb-gdb.StructMainTypePrettyPrinter::bound_img(), gdb-gdb.StructMainTypePrettyPrinter::bounds_img(), gdb-gdb.StructMainTypePrettyPrinter::flags_to_string(), get_internalvar_integer(), gdb-gdb.StructMainTypePrettyPrinter::owner_to_string(), set_internalvar(), set_internalvar_integer(), gdb-gdb.StructMainTypePrettyPrinter::struct_field_img(), gdb.printer.bound_registers.MpxBound128Printer::to_string(), gdb.printing._EnumInstance::to_string(), gdb-gdb.StructTypePrettyPrinter::to_string(), gdb-gdb.StructMainTypePrettyPrinter::to_string(), gdb-gdb.StructMainTypePrettyPrinter::type_specific_img(), gdb.FrameDecorator.SymValueWrapper::value(), and value_of_internalvar().
struct value* internalvar_data::value |
Definition at line 2049 of file value.c.
Referenced by gdb.command.prompt._ExtendedPrompt::__init__(), gdb-gdb.TypeFlag::__lt__(), gdb.command.prompt._ExtendedPrompt::before_prompt_hook(), clear_internalvar(), get_internalvar_integer(), gdb.command.prompt._ExtendedPrompt::get_show_string(), set_internalvar(), set_internalvar_component(), and value_of_internalvar().