GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dwarf2_debug_names_index Struct Reference
Inheritance diagram for dwarf2_debug_names_index:
dwarf2_base_index_functions quick_symbol_functions

Public Member Functions

void dump (struct objfile *objfile) override
 
void expand_matching_symbols (struct objfile *, const lookup_name_info &lookup_name, domain_enum domain, int global, symbol_compare_ftype *ordered_compare) override
 
bool expand_symtabs_matching (struct objfile *objfile, gdb::function_view< expand_symtabs_file_matcher_ftype > file_matcher, const lookup_name_info *lookup_name, gdb::function_view< expand_symtabs_symbol_matcher_ftype > symbol_matcher, gdb::function_view< expand_symtabs_exp_notify_ftype > expansion_notify, block_search_flags search_flags, domain_enum domain, enum search_domain kind) override
 
- Public Member Functions inherited from dwarf2_base_index_functions
bool has_symbols (struct objfile *objfile) override
 
bool has_unexpanded_symtabs (struct objfile *objfile) override
 
struct symtabfind_last_source_symtab (struct objfile *objfile) override
 
void forget_cached_source_info (struct objfile *objfile) override
 
enum language lookup_global_symbol_language (struct objfile *objfile, const char *name, domain_enum domain, bool *symbol_found_p) override
 
void print_stats (struct objfile *objfile, bool print_bcache) override
 
void expand_all_symtabs (struct objfile *objfile) override
 
virtual dwarf2_per_cu_datafind_per_cu (dwarf2_per_bfd *per_bfd, CORE_ADDR adjusted_pc)
 
struct compunit_symtabfind_pc_sect_compunit_symtab (struct objfile *objfile, struct bound_minimal_symbol msymbol, CORE_ADDR pc, struct obj_section *section, int warn_if_readin) override final
 
struct compunit_symtabfind_compunit_symtab_by_address (struct objfile *objfile, CORE_ADDR address) override
 
void map_symbol_filenames (struct objfile *objfile, gdb::function_view< symbol_filename_ftype > fun, bool need_fullname) override
 
- Public Member Functions inherited from quick_symbol_functions
virtual ~quick_symbol_functions ()
 
virtual bool can_lazily_read_symbols ()
 
virtual void read_partial_symbols (struct objfile *objfile)
 

Detailed Description

Definition at line 82 of file read-debug-names.c.

Member Function Documentation

◆ dump()

void dwarf2_debug_names_index::dump ( struct objfile * objfile)
overridevirtual

Implements quick_symbol_functions.

Definition at line 953 of file read-debug-names.c.

References gdb_printf().

◆ expand_matching_symbols()

void dwarf2_debug_names_index::expand_matching_symbols ( struct objfile * objfile,
const lookup_name_info & lookup_name,
domain_enum domain,
int global,
symbol_compare_ftype * ordered_compare )
overridevirtual

◆ expand_symtabs_matching()

bool dwarf2_debug_names_index::expand_symtabs_matching ( struct objfile * objfile,
gdb::function_view< expand_symtabs_file_matcher_ftype > file_matcher,
const lookup_name_info * lookup_name,
gdb::function_view< expand_symtabs_symbol_matcher_ftype > symbol_matcher,
gdb::function_view< expand_symtabs_exp_notify_ftype > expansion_notify,
block_search_flags search_flags,
domain_enum domain,
enum search_domain kind )
overridevirtual

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