GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
collect_info Struct Reference
Inheritance diagram for collect_info:
symbol_searcher_collect_info

Public Member Functions

virtual bool add_symbol (block_symbol *bsym)
 

Public Attributes

struct linespec_statestate
 
const std::vector< symtab * > * file_symtabs
 
struct { 
 
   std::vector< block_symbol > *   symbols 
 
   std::vector< bound_minimal_symbol > *   minimal_symbols 
 
result 
 

Detailed Description

Definition at line 183 of file linespec.c.

Member Function Documentation

◆ add_symbol()

bool collect_info::add_symbol ( block_symbol * bsym)
virtual

Reimplemented in symbol_searcher_collect_info.

Definition at line 203 of file linespec.c.

References symbol::aclass(), LOC_BLOCK, result, and block_symbol::symbol.

Member Data Documentation

◆ file_symtabs

const std::vector<symtab *>* collect_info::file_symtabs

Definition at line 189 of file linespec.c.

Referenced by find_function_symbols(), find_linespec_symbols(), and find_method().

◆ minimal_symbols

std::vector<bound_minimal_symbol>* collect_info::minimal_symbols

Definition at line 195 of file linespec.c.

Referenced by decode_objc().

◆ [struct]

struct { ... } collect_info::result

◆ state

struct linespec_state* collect_info::state

Definition at line 186 of file linespec.c.

Referenced by find_function_symbols(), and find_linespec_symbols().

◆ symbols

std::vector<block_symbol>* collect_info::symbols

Definition at line 194 of file linespec.c.

Referenced by decode_objc(), find_function_symbols(), find_linespec_symbols(), and find_method().


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