GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
cache_entry Struct Reference

Public Attributes

const char * name
 
domain_enum domain
 
struct symbolsym
 
const struct blockblock
 
struct cache_entrynext
 

Detailed Description

Definition at line 247 of file ada-lang.c.

Member Data Documentation

◆ block

const struct block* cache_entry::block

Definition at line 258 of file ada-lang.c.

Referenced by cache_symbol().

◆ domain

domain_enum cache_entry::domain

Definition at line 252 of file ada-lang.c.

Referenced by cache_symbol(), find_entry(), and lookup_cached_symbol().

◆ name

const char* cache_entry::name

◆ next

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().

◆ sym

struct symbol* cache_entry::sym

The documentation for this struct was generated from the following file: