GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dwarf2_base_index_functions Struct Reference

#include "read.h"

Inheritance diagram for dwarf2_base_index_functions:
quick_symbol_functions cooked_index_functions dwarf2_debug_names_index dwarf2_gdb_index readnow_functions

Public Member 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 void dump (struct objfile *objfile)=0
 
virtual void expand_matching_symbols (struct objfile *, const lookup_name_info &lookup_name, domain_enum domain, int global, symbol_compare_ftype *ordered_compare)=0
 
virtual 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)=0
 
virtual bool can_lazily_read_symbols ()
 
virtual void read_partial_symbols (struct objfile *objfile)
 

Detailed Description

Definition at line 845 of file read.h.

Member Function Documentation

◆ expand_all_symtabs()

void dwarf2_base_index_functions::expand_all_symtabs ( struct objfile * objfile)
overridevirtual

◆ find_compunit_symtab_by_address()

struct compunit_symtab * dwarf2_base_index_functions::find_compunit_symtab_by_address ( struct objfile * objfile,
CORE_ADDR address )
inlineoverridevirtual

Implements quick_symbol_functions.

Definition at line 878 of file read.h.

◆ find_last_source_symtab()

struct symtab * dwarf2_base_index_functions::find_last_source_symtab ( struct objfile * objfile)
overridevirtual

◆ find_pc_sect_compunit_symtab()

struct compunit_symtab * dwarf2_base_index_functions::find_pc_sect_compunit_symtab ( struct objfile * objfile,
struct bound_minimal_symbol msymbol,
CORE_ADDR pc,
struct obj_section * section,
int warn_if_readin )
finaloverridevirtual

◆ find_per_cu()

dwarf2_per_cu_data * dwarf2_base_index_functions::find_per_cu ( dwarf2_per_bfd * per_bfd,
CORE_ADDR adjusted_pc )
virtual

Reimplemented in cooked_index_functions.

Definition at line 3180 of file read.c.

References addrmap::find(), and dwarf2_per_bfd::index_addrmap.

Referenced by find_pc_sect_compunit_symtab().

◆ forget_cached_source_info()

void dwarf2_base_index_functions::forget_cached_source_info ( struct objfile * objfile)
overridevirtual

◆ has_symbols()

bool dwarf2_base_index_functions::has_symbols ( struct objfile * objfile)
overridevirtual

Implements quick_symbol_functions.

Definition at line 3299 of file read.c.

◆ has_unexpanded_symtabs()

bool dwarf2_base_index_functions::has_unexpanded_symtabs ( struct objfile * objfile)
overridevirtual

◆ lookup_global_symbol_language()

enum language dwarf2_base_index_functions::lookup_global_symbol_language ( struct objfile * objfile,
const char * name,
domain_enum domain,
bool * symbol_found_p )
inlineoverridevirtual

Implements quick_symbol_functions.

Definition at line 855 of file read.h.

References language_unknown.

◆ map_symbol_filenames()

void dwarf2_base_index_functions::map_symbol_filenames ( struct objfile * objfile,
gdb::function_view< symbol_filename_ftype > fun,
bool need_fullname )
overridevirtual

◆ print_stats()

void dwarf2_base_index_functions::print_stats ( struct objfile * objfile,
bool print_bcache )
overridevirtual

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