GDB (xrefs)
|
Public Attributes | |
const char * | name |
domain_enum | domain |
struct symbol * | sym |
const struct block * | block |
struct cache_entry * | next |
Definition at line 247 of file ada-lang.c.
const struct block* cache_entry::block |
Definition at line 258 of file ada-lang.c.
Referenced by cache_symbol().
domain_enum cache_entry::domain |
Definition at line 252 of file ada-lang.c.
Referenced by cache_symbol(), find_entry(), and lookup_cached_symbol().
const char* cache_entry::name |
Definition at line 250 of file ada-lang.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__(), gdb.printing.PrettyPrinter::__init__(), and cache_symbol().
struct cache_entry* cache_entry::next |
Definition at line 260 of file ada-lang.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), cache_symbol(), and find_entry().
struct symbol* cache_entry::sym |
Definition at line 255 of file ada-lang.c.
Referenced by gdb.FrameDecorator.SymValueWrapper::__init__(), cache_symbol(), lookup_cached_symbol(), and gdb.FrameDecorator.SymValueWrapper::symbol().