GDB (xrefs)
|
Public Attributes | ||
enum symbol_cache_slot_state | state | |
const struct objfile * | objfile_context | |
union { | ||
struct block_symbol found | ||
struct { | ||
char * name | ||
domain_enum domain | ||
} not_found | ||
} | value | |
domain_enum symbol_cache_slot::domain |
Definition at line 179 of file symtab.c.
Referenced by eq_symbol_entry(), lookup_global_or_static_symbol(), symbol_cache_dump(), symbol_cache_lookup(), and symbol_cache_mark_not_found().
struct block_symbol symbol_cache_slot::found |
Definition at line 175 of file symtab.c.
Referenced by eq_symbol_entry(), symbol_cache_dump(), symbol_cache_lookup(), and symbol_cache_mark_found().
char* symbol_cache_slot::name |
Definition at line 178 of file symtab.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.dap.varref.BaseReference::__init__(), gdb.disassembler.Disassembler::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), gdb.xmethod.XMethod::__init__(), gdb.xmethod.XMethodMatcher::__init__(), gdb.printing.PrettyPrinter::__init__(), eq_symbol_entry(), symbol_cache_clear_slot(), symbol_cache_dump(), symbol_cache_mark_not_found(), and gdb.dap.varref.BaseReference::to_object().
struct { ... } symbol_cache_slot::not_found |
Referenced by eq_symbol_entry(), symbol_cache_clear_slot(), symbol_cache_dump(), and symbol_cache_mark_not_found().
const struct objfile* symbol_cache_slot::objfile_context |
Definition at line 171 of file symtab.c.
Referenced by eq_symbol_entry(), symbol_cache_dump(), symbol_cache_lookup(), symbol_cache_mark_found(), and symbol_cache_mark_not_found().
enum symbol_cache_slot_state symbol_cache_slot::state |
Definition at line 153 of file symtab.c.
Referenced by eq_symbol_entry(), symbol_cache_clear_slot(), symbol_cache_dump(), symbol_cache_lookup(), symbol_cache_mark_found(), and symbol_cache_mark_not_found().
union { ... } symbol_cache_slot::value |
Referenced by gdb.command.prompt._ExtendedPrompt::__init__(), gdb.dap.startup.LoggingParam::__init__(), gdb.dap.varref.VariableReference::__init__(), gdb-gdb.TypeFlag::__lt__(), gdb.dap.varref.VariableReference::_update_value(), gdb.dap.varref.VariableReference::assign(), gdb.command.prompt._ExtendedPrompt::before_prompt_hook(), eq_symbol_entry(), gdb.dap.startup.LoggingParam::get_set_string(), gdb.command.prompt._ExtendedPrompt::get_show_string(), symbol_cache_clear_slot(), symbol_cache_dump(), symbol_cache_lookup(), symbol_cache_mark_found(), symbol_cache_mark_not_found(), and gdb.dap.varref.VariableReference::to_object().