LLDB mainline
|
#include <SymbolFileDWARF.h>
Public Types | |
typedef std::map< ConstString, lldb::ModuleSP > | ExternalTypeModuleMap |
typedef llvm::DenseMap< const DWARFDebugInfoEntry *, lldb::VariableSP > | DIEToVariableSP |
![]() | |
enum | Abilities { CompileUnits = (1u << 0) , LineTables = (1u << 1) , Functions = (1u << 2) , Blocks = (1u << 3) , GlobalVariables = (1u << 4) , LocalVariables = (1u << 5) , VariableTypes = (1u << 6) , kAllAbilities = ((1u << 7) - 1u) } |
Public Member Functions | |
SymbolFileDWARF (lldb::ObjectFileSP objfile_sp, SectionList *dwo_section_list) | |
~SymbolFileDWARF () override | |
uint32_t | CalculateAbilities () override |
void | InitializeObject () override |
Initialize the SymbolFile object. | |
lldb::LanguageType | ParseLanguage (CompileUnit &comp_unit) override |
XcodeSDK | ParseXcodeSDK (CompileUnit &comp_unit) override |
Return the Xcode SDK comp_unit was compiled against. | |
size_t | ParseFunctions (CompileUnit &comp_unit) override |
bool | ParseLineTable (CompileUnit &comp_unit) override |
bool | ParseDebugMacros (CompileUnit &comp_unit) override |
bool | ForEachExternalModule (CompileUnit &, llvm::DenseSet< SymbolFile * > &, llvm::function_ref< bool(Module &)>) override |
bool | ParseSupportFiles (CompileUnit &comp_unit, SupportFileList &support_files) override |
bool | ParseIsOptimized (CompileUnit &comp_unit) override |
size_t | ParseTypes (CompileUnit &comp_unit) override |
bool | ParseImportedModules (const SymbolContext &sc, std::vector< SourceModule > &imported_modules) override |
size_t | ParseBlocksRecursive (Function &func) override |
size_t | ParseVariablesForContext (const SymbolContext &sc) override |
std::optional< ArrayInfo > | GetDynamicArrayInfoForUID (lldb::user_id_t type_uid, const ExecutionContext *exe_ctx) override |
If type_uid points to an array type, return its characteristics. | |
bool | CompleteType (CompilerType &compiler_type) override |
Type * | ResolveType (const DWARFDIE &die, bool assert_not_being_parsed=true, bool resolve_function_context=false) |
CompilerDecl | GetDeclForUID (lldb::user_id_t uid) override |
CompilerDeclContext | GetDeclContextForUID (lldb::user_id_t uid) override |
CompilerDeclContext | GetDeclContextContainingUID (lldb::user_id_t uid) override |
std::vector< CompilerContext > | GetCompilerContextForUID (lldb::user_id_t uid) override |
void | ParseDeclsForContext (CompilerDeclContext decl_ctx) override |
uint32_t | ResolveSymbolContext (const Address &so_addr, lldb::SymbolContextItem resolve_scope, SymbolContext &sc) override |
Status | CalculateFrameVariableError (StackFrame &frame) override |
Subclasses will override this function to for GetFrameVariableError(). | |
uint32_t | ResolveSymbolContext (const SourceLocationSpec &src_location_spec, lldb::SymbolContextItem resolve_scope, SymbolContextList &sc_list) override |
void | FindGlobalVariables (ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, VariableList &variables) override |
void | FindGlobalVariables (const RegularExpression ®ex, uint32_t max_matches, VariableList &variables) override |
void | FindFunctions (const Module::LookupInfo &lookup_info, const CompilerDeclContext &parent_decl_ctx, bool include_inlines, SymbolContextList &sc_list) override |
void | FindFunctions (const RegularExpression ®ex, bool include_inlines, SymbolContextList &sc_list) override |
void | GetMangledNamesForFunction (const std::string &scope_qualified_name, std::vector< ConstString > &mangled_names) override |
uint64_t | GetDebugInfoSize (bool load_all_debug_info=false) override |
Metrics gathering functions. | |
void | FindTypes (const lldb_private::TypeQuery &match, lldb_private::TypeResults &results) override |
Find types using a type-matching object that contains all search parameters. | |
void | GetTypes (SymbolContextScope *sc_scope, lldb::TypeClass type_mask, TypeList &type_list) override |
llvm::Expected< lldb::TypeSystemSP > | GetTypeSystemForLanguage (lldb::LanguageType language) override |
CompilerDeclContext | FindNamespace (ConstString name, const CompilerDeclContext &parent_decl_ctx, bool only_root_namespaces) override |
Finds a namespace of name name and whose parent context is parent_decl_ctx. | |
void | PreloadSymbols () override |
std::recursive_mutex & | GetModuleMutex () const override |
Symbols file subclasses should override this to return the Module that owns the TypeSystem that this symbol file modifies type information in. | |
llvm::StringRef | GetPluginName () override |
llvm::DWARFDebugAbbrev * | DebugAbbrev () |
DWARFDebugInfo & | DebugInfo () |
DWARFDIE | GetDeclContextDIEContainingDIE (const DWARFDIE &die) |
bool | HasForwardDeclForCompilerType (const CompilerType &compiler_type) |
CompileUnit * | GetCompUnitForDWARFCompUnit (DWARFCompileUnit &dwarf_cu) |
virtual void | GetObjCMethods (ConstString class_name, llvm::function_ref< bool(DWARFDIE die)> callback) |
DebugMacrosSP | ParseDebugMacros (lldb::offset_t *offset) |
lldb::ModuleSP | GetExternalModule (ConstString name) |
const ExternalTypeModuleMap & | getExternalTypeModules () const |
Return the list of Clang modules imported by this SymbolFile. | |
virtual SymbolFileDWARF * | GetDIERefSymbolFile (const DIERef &die_ref) |
Given a DIERef, find the correct SymbolFileDWARF. | |
virtual DWARFDIE | GetDIE (const DIERef &die_ref) |
DWARFDIE | GetDIE (lldb::user_id_t uid) |
std::shared_ptr< SymbolFileDWARFDwo > | GetDwoSymbolFileForCompileUnit (DWARFUnit &dwarf_cu, const DWARFDebugInfoEntry &cu_die) |
std::optional< uint64_t > | GetDWOId () |
If this is a DWARF object with a single CU, return its DW_AT_dwo_id. | |
DWARFUnit * | GetSkeletonUnit (DWARFUnit *dwo_unit) |
Given a DWO DWARFUnit, find the corresponding skeleton DWARFUnit in the main symbol file. | |
std::vector< std::unique_ptr< CallEdge > > | ParseCallEdgesInFunction (UserID func_id) override |
void | Dump (Stream &s) override |
void | DumpClangAST (Stream &s) override |
bool | GetSeparateDebugInfo (StructuredData::Dictionary &d, bool errors_only) override |
List separate dwo files. | |
DWARFContext & | GetDWARFContext () |
const std::shared_ptr< SymbolFileDWARFDwo > & | GetDwpSymbolFile () |
FileSpec | GetFile (DWARFUnit &unit, size_t file_idx) |
StatsDuration::Duration | GetDebugInfoParseTime () override |
Return the time taken to parse the debug information. | |
StatsDuration::Duration | GetDebugInfoIndexTime () override |
Return the time it took to index the debug information in the object file. | |
StatsDuration & | GetDebugInfoParseTimeRef () |
void | ResetStatistics () override |
Reset the statistics for the symbol file. | |
virtual lldb::offset_t | GetVendorDWARFOpcodeSize (const DataExtractor &data, const lldb::offset_t data_offset, const uint8_t op) const |
virtual bool | ParseVendorDWARFOpcode (uint8_t op, const DataExtractor &opcodes, lldb::offset_t &offset, std::vector< Value > &stack) const |
ConstString | ConstructFunctionDemangledName (const DWARFDIE &die) |
std::optional< uint64_t > | GetFileIndex () const |
void | SetFileIndex (std::optional< uint64_t > file_index) |
virtual llvm::DenseMap< const DWARFDebugInfoEntry *, Type * > & | GetDIEToType () |
virtual llvm::DenseMap< lldb::opaque_compiler_type_t, DIERef > & | GetForwardDeclCompilerTypeToDIE () |
virtual DIEToVariableSP & | GetDIEToVariable () |
virtual UniqueDWARFASTTypeMap & | GetUniqueDWARFASTTypeMap () |
bool | ClassOrStructIsVirtual (const DWARFDIE &die) |
SymbolFileDWARFDebugMap * | GetDebugMapSymfile () |
virtual DWARFDIE | FindDefinitionDIE (const DWARFDIE &die) |
virtual lldb::TypeSP | FindCompleteObjCDefinitionTypeForDIE (const DWARFDIE &die, ConstString type_name, bool must_be_implementation) |
Type * | ResolveTypeUID (lldb::user_id_t type_uid) override |
Type * | ResolveTypeUID (const DWARFDIE &die, bool assert_not_being_parsed) |
Type * | ResolveTypeUID (const DIERef &die_ref) |
DWARFIndex * | getIndex () |
Returns the DWARFIndex for this symbol, if it exists. | |
![]() | |
SymbolFileCommon (lldb::ObjectFileSP objfile_sp) | |
~SymbolFileCommon () override=default | |
uint32_t | GetAbilities () override |
Get a mask of what this symbol file supports for the object file that it was constructed with. | |
Symtab * | GetSymtab () override |
ObjectFile * | GetObjectFile () override |
const ObjectFile * | GetObjectFile () const override |
ObjectFile * | GetMainObjectFile () override |
void | SectionFileAddressesChanged () override |
Notify the SymbolFile that the file addresses in the Sections for this module have been changed. | |
uint32_t | GetNumCompileUnits () override |
lldb::CompUnitSP | GetCompileUnitAtIndex (uint32_t idx) override |
llvm::Expected< lldb::TypeSystemSP > | GetTypeSystemForLanguage (lldb::LanguageType language) override |
void | Dump (Stream &s) override |
uint64_t | GetDebugInfoSize (bool load_all_debug_info=false) override |
Metrics gathering functions. | |
bool | GetDebugInfoIndexWasLoadedFromCache () const override |
Accessors for the bool that indicates if the debug info index was loaded from, or saved to the module index cache. | |
void | SetDebugInfoIndexWasLoadedFromCache () override |
bool | GetDebugInfoIndexWasSavedToCache () const override |
void | SetDebugInfoIndexWasSavedToCache () override |
bool | GetDebugInfoHadFrameVariableErrors () const override |
Accessors for the bool that indicates if there was debug info, but errors stopped variables from being able to be displayed correctly. | |
void | SetDebugInfoHadFrameVariableErrors () override |
lldb::TypeSP | MakeType (lldb::user_id_t uid, ConstString name, std::optional< uint64_t > byte_size, SymbolContextScope *context, lldb::user_id_t encoding_uid, Type::EncodingDataType encoding_uid_type, const Declaration &decl, const CompilerType &compiler_qual_type, Type::ResolveState compiler_type_resolve_state, uint32_t opaque_payload=0) override |
This function is used to create types that belong to a SymbolFile. | |
lldb::TypeSP | CopyType (const lldb::TypeSP &other_type) override |
![]() | |
SymbolFile ()=default | |
~SymbolFile () override=default | |
virtual SymbolFile * | GetBackingSymbolFile () |
SymbolFileOnDemand class overrides this to return the underlying backing SymbolFile implementation that loads on-demand. | |
virtual uint32_t | GetAbilities ()=0 |
Get a mask of what this symbol file supports for the object file that it was constructed with. | |
virtual uint32_t | CalculateAbilities ()=0 |
virtual std::recursive_mutex & | GetModuleMutex () const |
Symbols file subclasses should override this to return the Module that owns the TypeSystem that this symbol file modifies type information in. | |
virtual void | InitializeObject () |
Initialize the SymbolFile object. | |
virtual bool | GetLoadDebugInfoEnabled () |
Whether debug info will be loaded or not. | |
virtual void | SetLoadDebugInfoEnabled () |
Specify debug info should be loaded. | |
virtual uint32_t | GetNumCompileUnits ()=0 |
virtual lldb::CompUnitSP | GetCompileUnitAtIndex (uint32_t idx)=0 |
virtual Symtab * | GetSymtab ()=0 |
virtual lldb::LanguageType | ParseLanguage (CompileUnit &comp_unit)=0 |
virtual XcodeSDK | ParseXcodeSDK (CompileUnit &comp_unit) |
Return the Xcode SDK comp_unit was compiled against. | |
virtual llvm::SmallSet< lldb::LanguageType, 4 > | ParseAllLanguages (CompileUnit &comp_unit) |
This function exists because SymbolFileDWARFDebugMap may extra compile units which aren't exposed as "real" compile units. | |
virtual size_t | ParseFunctions (CompileUnit &comp_unit)=0 |
virtual bool | ParseLineTable (CompileUnit &comp_unit)=0 |
virtual bool | ParseDebugMacros (CompileUnit &comp_unit)=0 |
virtual bool | ForEachExternalModule (lldb_private::CompileUnit &comp_unit, llvm::DenseSet< lldb_private::SymbolFile * > &visited_symbol_files, llvm::function_ref< bool(Module &)> lambda) |
Apply a lambda to each external lldb::Module referenced by this comp_unit . | |
virtual bool | ParseSupportFiles (CompileUnit &comp_unit, SupportFileList &support_files)=0 |
virtual size_t | ParseTypes (CompileUnit &comp_unit)=0 |
virtual bool | ParseIsOptimized (CompileUnit &comp_unit) |
virtual bool | ParseImportedModules (const SymbolContext &sc, std::vector< SourceModule > &imported_modules)=0 |
virtual size_t | ParseBlocksRecursive (Function &func)=0 |
virtual size_t | ParseVariablesForContext (const SymbolContext &sc)=0 |
virtual Type * | ResolveTypeUID (lldb::user_id_t type_uid)=0 |
virtual std::optional< ArrayInfo > | GetDynamicArrayInfoForUID (lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx)=0 |
If type_uid points to an array type, return its characteristics. | |
virtual bool | CompleteType (CompilerType &compiler_type)=0 |
virtual void | ParseDeclsForContext (CompilerDeclContext decl_ctx) |
virtual CompilerDecl | GetDeclForUID (lldb::user_id_t uid) |
virtual CompilerDeclContext | GetDeclContextForUID (lldb::user_id_t uid) |
virtual CompilerDeclContext | GetDeclContextContainingUID (lldb::user_id_t uid) |
virtual std::vector< CompilerContext > | GetCompilerContextForUID (lldb::user_id_t uid) |
virtual uint32_t | ResolveSymbolContext (const Address &so_addr, lldb::SymbolContextItem resolve_scope, SymbolContext &sc)=0 |
Status | GetFrameVariableError (StackFrame &frame) |
Get an error that describes why variables might be missing for a given symbol context. | |
virtual Status | CalculateFrameVariableError (StackFrame &frame) |
Subclasses will override this function to for GetFrameVariableError(). | |
virtual uint32_t | ResolveSymbolContext (const SourceLocationSpec &src_location_spec, lldb::SymbolContextItem resolve_scope, SymbolContextList &sc_list) |
virtual void | DumpClangAST (Stream &s) |
virtual void | FindGlobalVariables (ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, VariableList &variables) |
virtual void | FindGlobalVariables (const RegularExpression ®ex, uint32_t max_matches, VariableList &variables) |
virtual void | FindFunctions (const Module::LookupInfo &lookup_info, const CompilerDeclContext &parent_decl_ctx, bool include_inlines, SymbolContextList &sc_list) |
virtual void | FindFunctions (const RegularExpression ®ex, bool include_inlines, SymbolContextList &sc_list) |
virtual void | FindTypes (const TypeQuery &query, TypeResults &results) |
Find types using a type-matching object that contains all search parameters. | |
virtual void | GetMangledNamesForFunction (const std::string &scope_qualified_name, std::vector< ConstString > &mangled_names) |
virtual void | GetTypes (lldb_private::SymbolContextScope *sc_scope, lldb::TypeClass type_mask, lldb_private::TypeList &type_list)=0 |
virtual void | PreloadSymbols () |
virtual llvm::Expected< lldb::TypeSystemSP > | GetTypeSystemForLanguage (lldb::LanguageType language)=0 |
virtual CompilerDeclContext | FindNamespace (ConstString name, const CompilerDeclContext &parent_decl_ctx, bool only_root_namespaces=false) |
Finds a namespace of name name and whose parent context is parent_decl_ctx. | |
virtual ObjectFile * | GetObjectFile ()=0 |
virtual const ObjectFile * | GetObjectFile () const =0 |
virtual ObjectFile * | GetMainObjectFile ()=0 |
virtual std::vector< std::unique_ptr< CallEdge > > | ParseCallEdgesInFunction (UserID func_id) |
virtual void | AddSymbols (Symtab &symtab) |
virtual void | SectionFileAddressesChanged ()=0 |
Notify the SymbolFile that the file addresses in the Sections for this module have been changed. | |
virtual lldb::UnwindPlanSP | GetUnwindPlan (const Address &address, const RegisterInfoResolver &resolver) |
virtual llvm::Expected< lldb::addr_t > | GetParameterStackSize (Symbol &symbol) |
Return the number of stack bytes taken up by the parameters to this function. | |
virtual void | Dump (Stream &s)=0 |
virtual uint64_t | GetDebugInfoSize (bool load_all_debug_info=false)=0 |
Metrics gathering functions. | |
virtual StatsDuration::Duration | GetDebugInfoParseTime () |
Return the time taken to parse the debug information. | |
virtual StatsDuration::Duration | GetDebugInfoIndexTime () |
Return the time it took to index the debug information in the object file. | |
virtual void | ResetStatistics () |
Reset the statistics for the symbol file. | |
virtual ModuleList | GetDebugInfoModules () |
Get the additional modules that this symbol file uses to parse debug info. | |
virtual bool | GetDebugInfoHadFrameVariableErrors () const =0 |
Accessors for the bool that indicates if there was debug info, but errors stopped variables from being able to be displayed correctly. | |
virtual void | SetDebugInfoHadFrameVariableErrors ()=0 |
virtual bool | GetSeparateDebugInfo (StructuredData::Dictionary &d, bool errors_only) |
Return true if separate debug info files are supported and this function succeeded, false otherwise. | |
virtual lldb::TypeSP | MakeType (lldb::user_id_t uid, ConstString name, std::optional< uint64_t > byte_size, SymbolContextScope *context, lldb::user_id_t encoding_uid, Type::EncodingDataType encoding_uid_type, const Declaration &decl, const CompilerType &compiler_qual_type, Type::ResolveState compiler_type_resolve_state, uint32_t opaque_payload=0)=0 |
virtual lldb::TypeSP | CopyType (const lldb::TypeSP &other_type)=0 |
std::unordered_map< lldb::CompUnitSP, Args > | GetCompileOptions () |
Returns a map of compilation unit to the compile option arguments associated with that compilation unit. | |
![]() | |
PluginInterface ()=default | |
virtual | ~PluginInterface ()=default |
virtual llvm::StringRef | GetPluginName ()=0 |
PluginInterface (const PluginInterface &)=delete | |
PluginInterface & | operator= (const PluginInterface &)=delete |
Static Public Member Functions | |
static void | Initialize () |
static void | Terminate () |
static void | DebuggerInitialize (Debugger &debugger) |
static llvm::StringRef | GetPluginNameStatic () |
static llvm::StringRef | GetPluginDescriptionStatic () |
static SymbolFile * | CreateInstance (lldb::ObjectFileSP objfile_sp) |
static bool | SupportedVersion (uint16_t version) |
static DWARFDIE | GetParentSymbolContextDIE (const DWARFDIE &die) |
static bool | DIEInDeclContext (const CompilerDeclContext &parent_decl_ctx, const DWARFDIE &die, bool only_root_namespaces=false) |
static llvm::Expected< lldb::TypeSystemSP > | GetTypeSystem (DWARFUnit &unit) |
static DWARFASTParser * | GetDWARFParser (DWARFUnit &unit) |
static CompilerDecl | GetDecl (const DWARFDIE &die) |
static CompilerDeclContext | GetDeclContext (const DWARFDIE &die) |
static CompilerDeclContext | GetContainingDeclContext (const DWARFDIE &die) |
static lldb::LanguageType | LanguageTypeFromDWARF (uint64_t val) |
static lldb::LanguageType | GetLanguage (DWARFUnit &unit) |
static lldb::LanguageType | GetLanguageFamily (DWARFUnit &unit) |
Same as GetLanguage() but reports all C++ versions as C++ (no version). | |
![]() | |
static bool | classof (const SymbolFileCommon *obj) |
![]() | |
static SymbolFile * | FindPlugin (lldb::ObjectFileSP objfile_sp) |
static bool | classof (const SymbolFile *obj) |
Protected Types | |
typedef llvm::SetVector< Type * > | TypeSet |
typedef RangeDataVector< lldb::addr_t, lldb::addr_t, Variable * > | GlobalVariableMap |
typedef std::unordered_map< lldb::offset_t, DebugMacrosSP > | DebugMacrosMap |
typedef std::set< DIERef > | DIERefSet |
typedef llvm::StringMap< DIERefSet > | NameToOffsetMap |
Protected Member Functions | |
SymbolFileDWARF (const SymbolFileDWARF &)=delete | |
const SymbolFileDWARF & | operator= (const SymbolFileDWARF &)=delete |
virtual void | LoadSectionData (lldb::SectionType sect_type, DWARFDataExtractor &data) |
bool | DeclContextMatchesThisSymbolFile (const CompilerDeclContext &decl_ctx) |
uint32_t | CalculateNumCompileUnits () override |
lldb::CompUnitSP | ParseCompileUnitAtIndex (uint32_t index) override |
TypeList & | GetTypeList () override |
lldb::CompUnitSP | ParseCompileUnit (DWARFCompileUnit &dwarf_cu) |
virtual DWARFCompileUnit * | GetDWARFCompileUnit (CompileUnit *comp_unit) |
DWARFUnit * | GetNextUnparsedDWARFCompileUnit (DWARFUnit *prev_cu) |
bool | GetFunction (const DWARFDIE &die, SymbolContext &sc) |
Function * | ParseFunction (CompileUnit &comp_unit, const DWARFDIE &die) |
size_t | ParseBlocksRecursive (CompileUnit &comp_unit, Block *parent_block, DWARFDIE die, lldb::addr_t subprogram_low_pc) |
size_t | ParseTypes (const SymbolContext &sc, const DWARFDIE &die, bool parse_siblings, bool parse_children) |
lldb::TypeSP | ParseType (const SymbolContext &sc, const DWARFDIE &die, bool *type_is_new) |
bool | ParseSupportFiles (DWARFUnit &dwarf_cu, const lldb::ModuleSP &module, SupportFileList &support_files) |
lldb::VariableSP | ParseVariableDIE (const SymbolContext &sc, const DWARFDIE &die, const lldb::addr_t func_low_pc) |
lldb::VariableSP | ParseVariableDIECached (const SymbolContext &sc, const DWARFDIE &die) |
void | ParseAndAppendGlobalVariable (const SymbolContext &sc, const DWARFDIE &die, VariableList &cc_variable_list) |
size_t | ParseVariablesInFunctionContext (const SymbolContext &sc, const DWARFDIE &die, const lldb::addr_t func_low_pc) |
size_t | ParseVariablesInFunctionContextRecursive (const SymbolContext &sc, const DWARFDIE &die, lldb::addr_t func_low_pc, DIEArray &accumulator) |
size_t | PopulateBlockVariableList (VariableList &variable_list, const SymbolContext &sc, llvm::ArrayRef< DIERef > variable_dies, lldb::addr_t func_low_pc) |
DIEArray | MergeBlockAbstractParameters (const DWARFDIE &block_die, DIEArray &&variable_dies) |
bool | ResolveFunction (const DWARFDIE &die, bool include_inlines, SymbolContextList &sc_list) |
void | ResolveFunctionAndBlock (lldb::addr_t file_vm_addr, bool lookup_block, SymbolContext &sc) |
Resolve functions and (possibly) blocks for the given file address and a compile unit. | |
Symbol * | GetObjCClassSymbol (ConstString objc_class_name) |
lldb::TypeSP | GetTypeForDIE (const DWARFDIE &die, bool resolve_function_context=false) |
void | SetDebugMapModule (const lldb::ModuleSP &module_sp) |
DWARFDIE | FindBlockContainingSpecification (const DIERef &func_die_ref, dw_offset_t spec_block_die_offset) |
DWARFDIE | FindBlockContainingSpecification (const DWARFDIE &die, dw_offset_t spec_block_die_offset) |
bool | ClassContainsSelector (const DWARFDIE &class_die, ConstString selector) |
std::vector< std::unique_ptr< CallEdge > > | CollectCallEdges (lldb::ModuleSP module, DWARFDIE function_die) |
Parse call site entries (DW_TAG_call_site), including any nested call site parameters (DW_TAG_call_site_parameter). | |
lldb::addr_t | FixupAddress (lldb::addr_t file_addr) |
If this symbol file is linked to by a debug map (see SymbolFileDWARFDebugMap), and file_addr is a file address relative to an object file, adjust file_addr so that it is relative to the main binary. | |
bool | FixupAddress (Address &addr) |
void | GetTypes (const DWARFDIE &die, dw_offset_t min_die_offset, dw_offset_t max_die_offset, uint32_t type_mask, TypeSet &type_set) |
GlobalVariableMap & | GetGlobalAranges () |
void | UpdateExternalModuleListIfNeeded () |
void | BuildCuTranslationTable () |
std::optional< uint32_t > | GetDWARFUnitIndex (uint32_t cu_idx) |
void | FindDwpSymbolFile () |
const SupportFileList * | GetTypeUnitSupportFiles (DWARFTypeUnit &tu) |
void | InitializeFirstCodeAddressRecursive (const SectionList §ion_list) |
void | InitializeFirstCodeAddress () |
void | GetCompileOptions (std::unordered_map< lldb::CompUnitSP, Args > &args) override |
![]() | |
virtual uint32_t | CalculateNumCompileUnits ()=0 |
virtual lldb::CompUnitSP | ParseCompileUnitAtIndex (uint32_t idx)=0 |
virtual TypeList & | GetTypeList () |
void | SetCompileUnitAtIndex (uint32_t idx, const lldb::CompUnitSP &cu_sp) |
![]() | |
void | AssertModuleLock () |
virtual void | GetCompileOptions (std::unordered_map< lldb::CompUnitSP, lldb_private::Args > &args) |
Static Private Attributes | |
static char | ID |
LLVM RTTI support. | |
Friends | |
class | SymbolFileDWARFDebugMap |
class | SymbolFileDWARFDwo |
class | DebugMapModule |
class | DWARFCompileUnit |
class | DWARFDIE |
class | DWARFASTParser |
bool | isA (const void *ClassID) const override |
LLVM RTTI support. | |
static bool | classof (const SymbolFile *obj) |
Definition at line 66 of file SymbolFileDWARF.h.
|
protected |
Definition at line 517 of file SymbolFileDWARF.h.
|
protected |
Definition at line 524 of file SymbolFileDWARF.h.
typedef llvm::DenseMap<const DWARFDebugInfoEntry *, lldb::VariableSP> lldb_private::plugin::dwarf::SymbolFileDWARF::DIEToVariableSP |
Definition at line 344 of file SymbolFileDWARF.h.
typedef std::map<ConstString, lldb::ModuleSP> lldb_private::plugin::dwarf::SymbolFileDWARF::ExternalTypeModuleMap |
Definition at line 232 of file SymbolFileDWARF.h.
|
protected |
Definition at line 483 of file SymbolFileDWARF.h.
|
protected |
Definition at line 525 of file SymbolFileDWARF.h.
|
protected |
Definition at line 476 of file SymbolFileDWARF.h.
SymbolFileDWARF::SymbolFileDWARF | ( | lldb::ObjectFileSP | objfile_sp, |
SectionList * | dwo_section_list | ||
) |
Definition at line 471 of file SymbolFileDWARF.cpp.
|
overridedefault |
|
protecteddelete |
|
protected |
Definition at line 855 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFDebugInfo::ContainsTypeUnits(), DebugInfo(), lldb_private::plugin::dwarf::DWARFDebugInfo::GetNumUnits(), lldb_private::plugin::dwarf::DWARFDebugInfo::GetUnitAtIndex(), and m_lldb_cu_to_dwarf_unit.
Referenced by CalculateNumCompileUnits(), GetDWARFUnitIndex(), and ParseCompileUnit().
|
overridevirtual |
Implements lldb_private::SymbolFile.
Definition at line 604 of file SymbolFileDWARF.cpp.
References lldb_private::SymbolFile::Blocks, lldb_private::SymbolFile::CompileUnits, DebugAbbrev(), DW_DIE_OFFSET_MAX_BITSIZE, error(), lldb::eSectionTypeDWARFDebugAbbrev, lldb::eSectionTypeDWARFDebugInfo, lldb::eSectionTypeDWARFDebugLine, lldb::eSectionTypeDWARFDebugStr, lldb_private::ObjectFile::eTypeDebugInfo, lldb_private::SectionList::FindSectionByName(), lldb_private::SectionList::FindSectionByType(), lldb_private::SymbolFile::Functions, lldb_private::Section::GetChildren(), GetDWARFMachOSegmentName(), lldb_private::Section::GetFileSize(), GetUnsupportedForms(), lldb_private::SymbolFile::GlobalVariables, lldb_private::SymbolFile::LineTables, lldb_private::SymbolFile::LocalVariables, lldb_private::SymbolFileCommon::m_objfile_sp, and lldb_private::SymbolFile::VariableTypes.
|
overridevirtual |
Subclasses will override this function to for GetFrameVariableError().
This allows GetFrameVariableError() to set the member variable m_debug_info_had_variable_errors correctly without users having to do it manually which is error prone.
Reimplemented from lldb_private::SymbolFile.
Definition at line 4371 of file SymbolFileDWARF.cpp.
References lldb_private::Status::Clone(), lldb_private::SymbolContext::comp_unit, lldb_private::plugin::dwarf::DWARFUnit::ExtractUnitDIEIfNeeded(), lldb_private::Status::Fail(), lldb_private::Status::FromErrorString(), GetDWARFCompileUnit(), lldb_private::plugin::dwarf::DWARFUnit::GetDWARFLanguageType(), lldb_private::plugin::dwarf::DWARFUnit::GetDwoError(), GetModuleMutex(), lldb_private::StackFrame::GetSymbolContext(), and lldb_private::plugin::dwarf::DWARFUnit::HasAny().
|
overrideprotectedvirtual |
Implements lldb_private::SymbolFileCommon.
Definition at line 881 of file SymbolFileDWARF.cpp.
References BuildCuTranslationTable(), DebugInfo(), lldb_private::plugin::dwarf::DWARFDebugInfo::GetNumUnits(), and m_lldb_cu_to_dwarf_unit.
|
protected |
|
inlinestatic |
Definition at line 76 of file SymbolFileDWARF.h.
References ID, and lldb_private::SymbolFile::isA().
bool SymbolFileDWARF::ClassOrStructIsVirtual | ( | const DWARFDIE & | die | ) |
Definition at line 1394 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFDIE::children().
|
protected |
Parse call site entries (DW_TAG_call_site), including any nested call site parameters (DW_TAG_call_site_parameter).
Collect call graph edges present in a function DIE.
Definition at line 3967 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFFormValue::Address(), lldb_private::CallEdge::AfterCall, lldb_private::plugin::dwarf::DWARFAttributes::AttributeAtIndex(), lldb_private::plugin::dwarf::DWARFFormValue::BlockData(), lldb_private::plugin::dwarf::DWARFFormValue::Boolean(), lldb_private::CallEdge::Call, lldb_private::plugin::dwarf::DWARFDIE::children(), CollectCallSiteParameters(), lldb::eDescriptionLevelBrief, lldb_private::plugin::dwarf::DWARFAttributes::ExtractFormValueAtIndex(), FixupAddress(), lldb_private::plugin::dwarf::DWARFFormValue::Form(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetAttributeValueAsUnsigned(), lldb_private::GetLog(), lldb_private::plugin::dwarf::DWARFDIE::GetPubname(), lldb_private::StreamString::GetString(), lldb_private::plugin::dwarf::DWARFFormValue::IsBlockForm(), LLDB_INVALID_ADDRESS, LLDB_LOG, lldb_private::plugin::dwarf::DWARFBaseDIE::no, lldb_private::plugin::dwarf::DWARFFormValue::Reference(), lldb_private::plugin::dwarf::DWARFAttributes::Size(), lldb_private::Step, and lldb_private::plugin::dwarf::DWARFFormValue::Unsigned().
Referenced by ParseCallEdgesInFunction().
|
overridevirtual |
Implements lldb_private::SymbolFile.
Definition at line 1558 of file SymbolFileDWARF.cpp.
References lldb_private::ConstString::AsCString(), lldb_private::ClangASTImporter::CanImport(), lldb_private::ClangASTImporter::CompleteType(), lldb_private::plugin::dwarf::DWARFASTParser::CompleteTypeFromDWARF(), lldb_private::DebugInfo, lldb_private::plugin::dwarf::DW_TAG_value_to_name(), lldb_private::CompilerType::TypeSystemSPWrapper::dyn_cast_or_null(), FindDefinitionDIE(), lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::FindDefinitionDIE(), DWARFASTParserClang::GetClangASTImporter(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), GetDebugMapSymfile(), GetDIE(), lldb_private::plugin::dwarf::DWARFDIE::GetDIE(), GetDIEToType(), GetDWARFParser(), GetForwardDeclCompilerTypeToDIE(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetID(), lldb_private::GetLog(), lldb_private::ModuleChild::GetModule(), GetModuleMutex(), lldb_private::Type::GetName(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::CompilerType::GetOpaqueQualType(), lldb_private::CompilerType::GetTypeSystem(), DWARFASTParserClang::MapDeclDIEToDefDIE(), lldb_private::ClangUtil::RemoveFastQualifiers(), lldb_private::plugin::dwarf::DWARFBaseDIE::Tag(), and lldb_private::TypeCompletion.
ConstString SymbolFileDWARF::ConstructFunctionDemangledName | ( | const DWARFDIE & | die | ) |
Definition at line 938 of file SymbolFileDWARF.cpp.
References ASSERT_MODULE_LOCK, lldb_private::plugin::dwarf::DWARFASTParser::ConstructDemangledNameFromDWARF(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), GetLanguage(), lldb_private::GetLog(), GetTypeSystemForLanguage(), lldb_private::plugin::dwarf::DWARFBaseDIE::IsValid(), LLDB_LOG, LLDB_LOG_ERROR, and lldb_private::Symbols.
Referenced by lldb_private::plugin::dwarf::DWARFIndex::ProcessFunctionDIE().
|
static |
Definition at line 331 of file SymbolFileDWARF.cpp.
Referenced by Initialize(), and Terminate().
llvm::DWARFDebugAbbrev * SymbolFileDWARF::DebugAbbrev | ( | ) |
Definition at line 703 of file SymbolFileDWARF.cpp.
References lldb_private::DebugInfo, elapsed(), error(), lldb_private::DWARFDataExtractor::GetAsLLVM(), lldb_private::DataExtractor::GetByteSize(), lldb_private::GetLog(), lldb_private::plugin::dwarf::DWARFContext::getOrLoadAbbrevData(), LLDB_LOG_ERROR, m_abbr, m_context, and m_parse_time.
Referenced by CalculateAbilities().
|
static |
Definition at line 311 of file SymbolFileDWARF.cpp.
References lldb_private::PluginManager::CreateSettingForSymbolFilePlugin(), GetGlobalPluginProperties(), and lldb_private::PluginManager::GetSettingForSymbolFilePlugin().
Referenced by Initialize().
DWARFDebugInfo & SymbolFileDWARF::DebugInfo | ( | ) |
Definition at line 726 of file SymbolFileDWARF.cpp.
References LLDB_SCOPED_TIMER, m_context, m_info, and m_info_once_flag.
Referenced by BuildCuTranslationTable(), CalculateNumCompileUnits(), lldb_private::plugin::dwarf::SymbolFileDWARFDwo::FindSingleCompileUnit(), GetDebugInfoSize(), GetDIE(), lldb_private::plugin::dwarf::SymbolFileDWARFDwo::GetDIE(), GetDIERefSymbolFile(), GetDWARFCompileUnit(), lldb_private::plugin::dwarf::SymbolFileDWARFDwo::GetDWOCompileUnitForHash(), lldb_private::plugin::dwarf::DebugNamesDWARFIndex::GetForeignTypeUnit(), GetMangledNamesForFunction(), GetSeparateDebugInfo(), GetSkeletonUnit(), lldb_private::plugin::dwarf::ManualDWARFIndex::Index(), ParseCompileUnitAtIndex(), ParseVariablesForContext(), lldb_private::plugin::dwarf::DWARFFormValue::ReferencedUnitAndOffset(), and UpdateExternalModuleListIfNeeded().
|
protected |
Definition at line 2277 of file SymbolFileDWARF.cpp.
References lldb_private::GetLog(), lldb_private::TypeSystem::GetMinimumLanguage(), lldb_private::ModuleChild::GetModule(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::CompilerDeclContext::GetTypeSystem(), GetTypeSystemForLanguage(), lldb_private::CompilerDeclContext::IsValid(), LLDB_LOG_ERROR, lldb_private::Lookups, and lldb_private::Symbols.
Referenced by FindFunctions(), FindGlobalVariables(), and FindNamespace().
|
static |
Definition at line 2481 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), GetDWARFParser(), lldb_private::plugin::dwarf::DWARFDIE::GetParent(), lldb_private::CompilerDeclContext::IsContainedInLookup(), lldb_private::CompilerDeclContext::IsValid(), and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
Referenced by FindNamespace(), lldb_private::plugin::dwarf::ManualDWARFIndex::GetFunctions(), lldb_private::plugin::dwarf::DWARFIndex::ProcessFunctionDIE(), and lldb_private::plugin::dwarf::DWARFIndex::ProcessNamespaceDieMatchParents().
|
overridevirtual |
Reimplemented from lldb_private::SymbolFileCommon.
Definition at line 4136 of file SymbolFileDWARF.cpp.
References lldb_private::SymbolFileCommon::Dump(), and m_index.
|
overridevirtual |
Reimplemented from lldb_private::SymbolFile.
Definition at line 4141 of file SymbolFileDWARF.cpp.
References lldb_private::Stream::AsRawOstream(), lldb::eLanguageTypeC_plus_plus, and GetTypeSystemForLanguage().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::DumpClangAST().
|
protected |
Definition at line 3647 of file SymbolFileDWARF.cpp.
References FindBlockContainingSpecification(), and GetDIE().
Referenced by FindBlockContainingSpecification(), and ParseVariablesInFunctionContextRecursive().
|
protected |
Definition at line 3657 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFDIE::children(), DWARFDIE, FindBlockContainingSpecification(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetOffset(), lldb_private::plugin::dwarf::DWARFDIE::GetReferencedDIE(), and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
|
virtual |
Reimplemented in lldb_private::plugin::dwarf::SymbolFileDWARFDwo.
Definition at line 2934 of file SymbolFileDWARF.cpp.
References DEBUG_PRINTF, DIE_IS_BEING_PARSED, lldb_private::plugin::dwarf::DWARFBaseDIE::GetAttributeValueAsUnsigned(), lldb_private::plugin::dwarf::DWARFDIE::GetDIE(), GetDIEToType(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetID(), GetObjCClassSymbol(), IsStructOrClassTag(), m_index, lldb_private::SymbolFileCommon::m_objfile_sp, ResolveType(), and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::FindCompleteObjCDefinitionTypeForDIE(), and lldb_private::plugin::dwarf::SymbolFileDWARFDwo::FindCompleteObjCDefinitionTypeForDIE().
Reimplemented in lldb_private::plugin::dwarf::SymbolFileDWARFDwo.
Definition at line 2976 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFDeclContext::AppendDeclContext(), lldb_private::plugin::dwarf::DW_TAG_value_to_name(), lldb::eLanguageTypeUnknown, lldb_private::plugin::dwarf::DWARFBaseDIE::GetAttributeValueAsUnsigned(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), lldb_private::plugin::dwarf::DWARFASTParser::GetDIEClassTemplateParams(), lldb_private::plugin::dwarf::DWARFDIE::GetDWARFDeclContext(), GetLanguage(), lldb_private::GetLog(), lldb_private::ModuleChild::GetModule(), lldb_private::plugin::dwarf::DWARFDIE::GetName(), lldb_private::Language::GetNameForLanguageType(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetOffset(), lldb_private::plugin::dwarf::DWARFDIE::GetParentDeclContextDIE(), lldb_private::plugin::dwarf::DWARFDeclContext::GetQualifiedName(), GetTypeSystemForLanguage(), IsStructOrClassTag(), LLDB_LOG_ERROR, lldb_private::Lookups, m_index, lldb_private::Symbols, lldb_private::plugin::dwarf::DWARFBaseDIE::Tag(), and lldb_private::TypeCompletion.
Referenced by CompleteType(), lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::FindDefinitionDIE(), and lldb_private::plugin::dwarf::SymbolFileDWARFDwo::FindDefinitionDIE().
|
protected |
|
overridevirtual |
Reimplemented from lldb_private::SymbolFile.
Definition at line 2506 of file SymbolFileDWARF.cpp.
References DeclContextMatchesThisSymbolFile(), lldb_private::ConstString::GetCString(), lldb_private::plugin::dwarf::DWARFDIE::GetDIE(), lldb_private::GetLog(), lldb_private::Module::LookupInfo::GetLookupName(), lldb_private::ModuleChild::GetModule(), GetModuleMutex(), lldb_private::Module::LookupInfo::GetNameTypeMask(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::SymbolContextList::GetSize(), lldb_private::ConstString::GetStringRef(), lldb_private::ConstString::IsEmpty(), lldb_private::Lookups, m_index, ResolveFunction(), and lldb_private::Module::LookupInfo::SetLookupName().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::FindFunctions().
|
overridevirtual |
Reimplemented from lldb_private::SymbolFile.
Definition at line 2579 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFDIE::GetDIE(), lldb_private::GetLog(), lldb_private::ModuleChild::GetModule(), GetModuleMutex(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::RegularExpression::GetText(), LLDB_SCOPED_TIMERF, lldb_private::Lookups, m_index, and ResolveFunction().
|
overridevirtual |
Reimplemented from lldb_private::SymbolFile.
Definition at line 2396 of file SymbolFileDWARF.cpp.
References lldb_private::SymbolContext::comp_unit, GetCompUnitForDWARFCompUnit(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), lldb_private::GetLog(), lldb_private::ModuleChild::GetModule(), GetModuleMutex(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::VariableList::GetSize(), lldb_private::RegularExpression::GetText(), lldb_private::Lookups, m_index, lldb_private::SymbolFileCommon::m_objfile_sp, lldb_private::SymbolContext::module_sp, and ParseAndAppendGlobalVariable().
|
overridevirtual |
If the actual namespace is inline (i.e., had a DW_AT_export_symbols) and a child (possibly through other layers of inline namespaces) of the namespace referred to by 'basename', allow the lookup to succeed.
Reimplemented from lldb_private::SymbolFile.
Reimplemented in lldb_private::plugin::dwarf::SymbolFileDWARFDwo.
Definition at line 2308 of file SymbolFileDWARF.cpp.
References lldb_private::SymbolContext::comp_unit, DeclContextMatchesThisSymbolFile(), lldb_private::Mangled::eManglingSchemeNone, lldb_private::CPlusPlusLanguage::ExtractContextAndIdentifier(), GetCompUnitForDWARFCompUnit(), lldb_private::ConstString::GetCString(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), GetDWARFParser(), lldb_private::GetLog(), lldb_private::Mangled::GetManglingScheme(), lldb_private::ModuleChild::GetModule(), GetModuleMutex(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::VariableList::GetSize(), lldb_private::ConstString::GetStringRef(), lldb_private::VariableList::GetVariableAtIndex(), lldb_private::CompilerDeclContext::IsContainedInLookup(), lldb_private::Lookups, m_index, lldb_private::SymbolFileCommon::m_objfile_sp, lldb_private::SymbolContext::module_sp, ParseAndAppendGlobalVariable(), lldb_private::VariableList::RemoveVariableAtIndex(), and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::FindGlobalVariables(), lldb_private::plugin::dwarf::SymbolFileDWARFDwo::FindGlobalVariables(), and lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::PrivateFindGlobalVariables().
|
overridevirtual |
Finds a namespace of name name and whose parent context is parent_decl_ctx.
If
then this function will consider all namespaces that match the name. If only_root_namespaces is true, only consider in the search those DIEs that represent top-level namespaces.
Reimplemented from lldb_private::SymbolFile.
Definition at line 2791 of file SymbolFileDWARF.cpp.
References lldb_private::ConstString::AsCString(), DeclContextMatchesThisSymbolFile(), DIEInDeclContext(), lldb_private::ConstString::GetCString(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), lldb_private::plugin::dwarf::DWARFASTParser::GetDeclContextForUIDFromDWARF(), GetDWARFParser(), lldb_private::GetLog(), lldb_private::ModuleChild::GetModule(), GetModuleMutex(), lldb_private::CompilerDeclContext::GetName(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::CompilerDeclContext::GetOpaqueDeclContext(), lldb_private::CompilerDeclContext::GetTypeSystem(), lldb_private::CompilerDeclContext::IsValid(), lldb_private::Lookups, and m_index.
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::FindNamespace().
|
overridevirtual |
Find types using a type-matching object that contains all search parameters.
[in] | query | A type matching object that contains all of the details of the type search. |
[in] | results | Any matching types will be populated into the results object using TypeMap::InsertUnique(...). |
Reimplemented from lldb_private::SymbolFile.
Definition at line 2676 of file SymbolFileDWARF.cpp.
References lldb_private::TypeResults::AlreadySearched(), lldb_private::TypeQuery::ContextMatches(), lldb_private::TypeResults::Done(), lldb_private::TypeQuery::GetContextRef(), lldb_private::GetLog(), lldb_private::ModuleChild::GetModule(), GetModuleMutex(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::TypeQuery::GetSearchByMangledName(), lldb_private::TypeMap::GetSize(), lldb_private::TypeQuery::GetTypeBasename(), lldb_private::TypeResults::GetTypeMap(), lldb_private::TypeQuery::HasLanguage(), lldb_private::TypeResults::InsertUnique(), lldb_private::Lookups, m_external_type_modules, m_index, ResolveType(), UpdateCompilerContextForSimpleTemplateNames(), and UpdateExternalModuleListIfNeeded().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::FindTypes().
|
protected |
Definition at line 970 of file SymbolFileDWARF.cpp.
References GetDebugMapSymfile(), and lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::LinkOSOAddress().
|
protected |
If this symbol file is linked to by a debug map (see SymbolFileDWARFDebugMap), and file_addr
is a file address relative to an object file, adjust file_addr
so that it is relative to the main binary.
Returns the adjusted address, or file_addr
if no adjustment is needed, on success and LLDB_INVALID_ADDRESS otherwise.
Definition at line 963 of file SymbolFileDWARF.cpp.
References GetDebugMapSymfile(), and lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::LinkOSOFileAddress().
Referenced by CollectCallEdges(), and ParseFunction().
|
override |
Definition at line 1038 of file SymbolFileDWARF.cpp.
References m_external_type_modules, and UpdateExternalModuleListIfNeeded().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::ForEachExternalModule().
|
overrideprotected |
Definition at line 4404 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFBaseDIE::GetAttributeValueAsString(), lldb_private::SymbolFileCommon::GetCompileUnitAtIndex(), GetDWARFCompileUnit(), lldb_private::SymbolFileCommon::GetNumCompileUnits(), and lldb_private::plugin::dwarf::DWARFUnit::GetUnitDIEOnly().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::GetCompileOptions().
|
overridevirtual |
Reimplemented from lldb_private::SymbolFile.
Definition at line 1463 of file SymbolFileDWARF.cpp.
References GetDIE(), and GetModuleMutex().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::GetCompilerContextForUID().
CompileUnit * SymbolFileDWARF::GetCompUnitForDWARFCompUnit | ( | DWARFCompileUnit & | dwarf_cu | ) |
Definition at line 1645 of file SymbolFileDWARF.cpp.
References GetCompUnitForDWARFCompUnit(), lldb_private::plugin::dwarf::DWARFUnit::GetLLDBCompUnit(), lldb_private::plugin::dwarf::DWARFUnit::GetSkeletonUnit(), lldb_private::plugin::dwarf::DWARFUnit::GetSymbolFileDWARF(), lldb_private::plugin::dwarf::DWARFUnit::IsDWOUnit(), and ParseCompileUnit().
Referenced by lldb_private::plugin::dwarf::DWARFCompileUnit::BuildAddressRangeTable(), FindGlobalVariables(), GetCompUnitForDWARFCompUnit(), GetFile(), GetFunction(), and GetTypeForDIE().
|
static |
Definition at line 4331 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), and GetDWARFParser().
Referenced by GetDeclContextContainingUID().
|
overridevirtual |
Return the time it took to index the debug information in the object file.
Reimplemented from lldb_private::SymbolFile.
Definition at line 4359 of file SymbolFileDWARF.cpp.
References m_index.
|
inlineoverridevirtual |
Return the time taken to parse the debug information.
Reimplemented from lldb_private::SymbolFile.
Definition at line 309 of file SymbolFileDWARF.h.
References m_parse_time.
|
inline |
Definition at line 314 of file SymbolFileDWARF.h.
References m_parse_time.
Referenced by lldb_private::plugin::dwarf::DWARFUnit::ExtractDIEsRWLocked(), and lldb_private::plugin::dwarf::DWARFUnit::ExtractUnitDIENoDwoIfNeeded().
|
overridevirtual |
Metrics gathering functions.
Return the size in bytes of all loaded debug information or total possible debug info in the symbol file.
If the debug information is contained in sections of an ObjectFile, then this call should add the size of all sections that contain debug information. Symbols the symbol tables are not considered debug information for this call to make it easy and quick for this number to be calculated. If the symbol file is all debug information, the size of the entire file should be returned. The default implementation of this function will iterate over all sections in a module and add up their debug info only section byte sizes.
load_all_debug_info | If true, force loading any symbol files if they are not yet loaded and add to the total size. Default to false. |
Reimplemented from lldb_private::SymbolFileCommon.
Reimplemented in lldb_private::plugin::dwarf::SymbolFileDWARFDwo.
Definition at line 2654 of file SymbolFileDWARF.cpp.
References DebugInfo(), lldb_private::SymbolFileCommon::GetDebugInfoSize(), lldb_private::plugin::dwarf::SymbolFileDWARFDwo::GetDebugInfoSize(), lldb_private::plugin::dwarf::DWARFUnit::GetDwoSymbolFile(), GetDwpSymbolFile(), lldb_private::plugin::dwarf::DWARFDebugInfo::GetNumUnits(), and lldb_private::plugin::dwarf::DWARFDebugInfo::GetUnitAtIndex().
SymbolFileDWARFDebugMap * SymbolFileDWARF::GetDebugMapSymfile | ( | ) |
Definition at line 4218 of file SymbolFileDWARF.cpp.
References m_debug_map_module_wp, and m_debug_map_symfile.
Referenced by lldb_private::plugin::dwarf::DWARFCompileUnit::BuildAddressRangeTable(), CompleteType(), FixupAddress(), GetDIERefSymbolFile(), GetDIEToType(), GetDwoSymbolFileForCompileUnit(), GetForwardDeclCompilerTypeToDIE(), GetTypeList(), GetTypeSystemForLanguage(), GetUniqueDWARFASTTypeMap(), ParseCompileUnit(), ParseLineTable(), and ParseVariableDIE().
|
static |
Definition at line 4318 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), and GetDWARFParser().
Referenced by DWARFASTParserClang::GetClangDeclForDIE(), and GetDeclForUID().
|
static |
Definition at line 4324 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), and GetDWARFParser().
Referenced by DWARFASTParserClang::GetClangDeclForDIE(), and GetDeclContextForUID().
|
overridevirtual |
Reimplemented from lldb_private::SymbolFile.
Definition at line 1452 of file SymbolFileDWARF.cpp.
References GetContainingDeclContext(), GetDIE(), and GetModuleMutex().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::GetDeclContextContainingUID().
Definition at line 2868 of file SymbolFileDWARF.cpp.
References DWARFDIE, GetDeclContextDIEContainingDIE(), lldb_private::plugin::dwarf::DWARFDIE::GetParent(), lldb_private::plugin::dwarf::DWARFDIE::GetReferencedDIE(), and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
Referenced by GetDeclContextDIEContainingDIE(), ParseVariableDIE(), and ResolveTypeUID().
|
overridevirtual |
Reimplemented from lldb_private::SymbolFile.
Definition at line 1439 of file SymbolFileDWARF.cpp.
References GetDeclContext(), GetDIE(), and GetModuleMutex().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::GetDeclContextForUID(), and ParseType().
|
overridevirtual |
Reimplemented from lldb_private::SymbolFile.
Definition at line 1426 of file SymbolFileDWARF.cpp.
References GetDecl(), GetDIE(), and GetModuleMutex().
Reimplemented in lldb_private::plugin::dwarf::SymbolFileDWARFDwo.
Definition at line 1730 of file SymbolFileDWARF.cpp.
References DebugInfo(), lldb_private::plugin::dwarf::DIERef::die_offset(), DW_INVALID_OFFSET, DWARFDIE, lldb_private::plugin::dwarf::DWARFDebugInfo::GetDIE(), GetDIERefSymbolFile(), GetModuleMutex(), and lldb_private::plugin::dwarf::DIERef::section().
Referenced by CompleteType(), FindBlockContainingSpecification(), GetCompilerContextForUID(), GetDeclContextContainingUID(), GetDeclContextForUID(), GetDeclForUID(), lldb_private::plugin::dwarf::SymbolFileDWARFDwo::GetDIE(), GetDIE(), GetDynamicArrayInfoForUID(), GetMangledNamesForFunction(), MergeBlockAbstractParameters(), ParseCallEdgesInFunction(), ParseVariablesForContext(), ParseVariablesInFunctionContextRecursive(), PopulateBlockVariableList(), and ResolveTypeUID().
DWARFDIE SymbolFileDWARF::GetDIE | ( | lldb::user_id_t | uid | ) |
Definition at line 1424 of file SymbolFileDWARF.cpp.
References GetDIE().
|
virtual |
Given a DIERef, find the correct SymbolFileDWARF.
A DIERef contains a file index that can uniquely identify a N_OSO file for DWARF in .o files on mac, or a .dwo or .dwp file index for split DWARF. Calling this function will find the correct symbol file to use so that further lookups can be done on the correct symbol file so that the DIE offset makes sense in the DIERef.
Reimplemented in lldb_private::plugin::dwarf::SymbolFileDWARFDwo.
Definition at line 1696 of file SymbolFileDWARF.cpp.
References DebugInfo(), lldb_private::plugin::dwarf::DIERef::file_index(), GetDebugMapSymfile(), lldb_private::plugin::dwarf::DWARFUnit::GetDwoSymbolFile(), GetDwpSymbolFile(), GetFileIndex(), lldb_private::plugin::dwarf::DWARFDebugInfo::GetUnitAtIndex(), and lldb_private::plugin::dwarf::DIERef::k_file_index_mask.
Referenced by GetDIE(), and lldb_private::plugin::dwarf::SymbolFileDWARFDwo::GetDIERefSymbolFile().
|
virtual |
Reimplemented in lldb_private::plugin::dwarf::SymbolFileDWARFDwo.
Definition at line 486 of file SymbolFileDWARF.cpp.
References GetDebugMapSymfile(), and m_die_to_type.
Referenced by CompleteType(), DWARFASTParserClang::CopyUniqueClassMethodTypes(), FindCompleteObjCDefinitionTypeForDIE(), lldb_private::plugin::dwarf::SymbolFileDWARFDwo::GetDIEToType(), and GetTypeForDIE().
|
inlinevirtual |
Reimplemented in lldb_private::plugin::dwarf::SymbolFileDWARFDwo.
Definition at line 346 of file SymbolFileDWARF.h.
References m_die_to_variable_sp.
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDwo::GetDIEToVariable(), ParseAndAppendGlobalVariable(), and ParseVariableDIECached().
|
protectedvirtual |
Definition at line 735 of file SymbolFileDWARF.cpp.
References DebugInfo(), lldb_private::UserID::GetID(), lldb_private::plugin::dwarf::DWARFUnit::GetLLDBCompUnit(), lldb_private::plugin::dwarf::DWARFDebugInfo::GetUnitAtIndex(), and lldb_private::plugin::dwarf::DWARFUnit::SetLLDBCompUnit().
Referenced by CalculateFrameVariableError(), GetCompileOptions(), GetDWOId(), ParseBlocksRecursive(), ParseDebugMacros(), ParseFunctions(), ParseImportedModules(), ParseIsOptimized(), ParseLanguage(), ParseLineTable(), ParseSupportFiles(), ParseTypes(), ParseXcodeSDK(), and ResolveFunctionAndBlock().
|
inline |
Definition at line 285 of file SymbolFileDWARF.h.
References m_context.
Referenced by lldb_private::plugin::dwarf::DWARFFormValue::Address(), lldb_private::plugin::dwarf::DWARFFormValue::AsCString(), lldb_private::plugin::dwarf::DWARFUnit::FindRnglistFromOffset(), lldb_private::plugin::dwarf::DWARFUnit::GetData(), lldb_private::plugin::dwarf::DWARFUnit::GetLocationData(), lldb_private::plugin::dwarf::DWARFUnit::GetLoclistOffset(), lldb_private::plugin::dwarf::DWARFUnit::GetRnglistData(), lldb_private::plugin::dwarf::DWARFUnit::GetStringOffsetSectionItem(), lldb_private::plugin::dwarf::DWARFUnit::ReadAddressFromDebugAddrSection(), lldb_private::plugin::dwarf::DWARFUnit::SetDwoStrOffsetsBase(), and lldb_private::plugin::dwarf::DWARFUnit::SetLoclistsBase().
|
static |
Definition at line 4306 of file SymbolFileDWARF.cpp.
References lldb_private::GetLog(), GetTypeSystem(), LLDB_LOG_ERROR, and lldb_private::Symbols.
Referenced by CompleteType(), DWARFASTParserClang::CopyUniqueClassMethodTypes(), DIEInDeclContext(), FindGlobalVariables(), FindNamespace(), GetContainingDeclContext(), GetDecl(), and GetDeclContext().
|
protected |
Definition at line 872 of file SymbolFileDWARF.cpp.
References BuildCuTranslationTable(), and m_lldb_cu_to_dwarf_unit.
Referenced by ParseCompileUnit(), and ParseCompileUnitAtIndex().
std::optional< uint64_t > SymbolFileDWARF::GetDWOId | ( | ) |
If this is a DWARF object with a single CU, return its DW_AT_dwo_id.
Definition at line 1754 of file SymbolFileDWARF.cpp.
References lldb_private::SymbolFileCommon::GetCompileUnitAtIndex(), GetDWARFCompileUnit(), and lldb_private::SymbolFileCommon::GetNumCompileUnits().
Referenced by UpdateExternalModuleListIfNeeded().
std::shared_ptr< SymbolFileDWARFDwo > SymbolFileDWARF::GetDwoSymbolFileForCompileUnit | ( | DWARFUnit & | dwarf_cu, |
const DWARFDebugInfoEntry & | cu_die | ||
) |
Definition at line 1769 of file SymbolFileDWARF.cpp.
References lldb_private::FileSpecList::Append(), lldb_private::FileSpec::AppendPathComponent(), lldb_private::FileSystem::Exists(), lldb_private::ObjectFile::FindPlugin(), lldb_private::Status::FromErrorStringWithFormatv(), lldb_private::plugin::dwarf::DWARFDebugInfoEntry::GetAttributeValueAsString(), GetDebugMapSymfile(), lldb_private::Target::GetDefaultDebugFileSearchPaths(), lldb_private::plugin::dwarf::DWARFUnit::GetDWOId(), GetDWOName(), GetDwpSymbolFile(), lldb_private::FileSpec::GetFilename(), lldb_private::FileSpecList::GetFileSpecAtIndex(), lldb_private::UserID::GetID(), lldb_private::GetLog(), lldb_private::ModuleChild::GetModule(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::plugin::dwarf::DWARFDebugInfoEntry::GetOffset(), lldb_private::FileSpec::GetPath(), lldb_private::FileSpecList::GetSize(), lldb_private::FileSystem::Instance(), lldb_private::FileSpec::IsRelative(), LLDB_LOGF, m_dwo_warning_issued, lldb_private::SymbolFileCommon::m_objfile_sp, lldb_private::FileSpec::PrependPathComponent(), lldb_private::FileSystem::Resolve(), lldb_private::plugin::dwarf::DWARFUnit::SetDwoError(), lldb_private::FileSpec::SetFile(), and lldb_private::Symbols.
Referenced by lldb_private::plugin::dwarf::DWARFUnit::ExtractUnitDIEIfNeeded().
const std::shared_ptr< SymbolFileDWARFDwo > & SymbolFileDWARF::GetDwpSymbolFile | ( | ) |
Definition at line 4229 of file SymbolFileDWARF.cpp.
References lldb_private::FileSpecList::Append(), lldb_private::FileSpecList::files(), lldb_private::ObjectFile::FindPlugin(), lldb_private::Target::GetDefaultDebugFileSearchPaths(), lldb_private::FileSpec::GetFilename(), lldb_private::FileSpec::GetFileNameStrippingExtension(), lldb_private::ModuleSpec::GetFileSpec(), lldb_private::GetLog(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::ModuleSpec::GetSymbolFileSpec(), lldb_private::ModuleSpec::GetUUID(), lldb_private::FileSystem::Instance(), lldb_private::plugin::dwarf::DIERef::k_file_index_mask, LLDB_LOG, lldb_private::PluginManager::LocateExecutableSymbolFile(), m_dwp_symfile, m_dwp_symfile_once_flag, lldb_private::SymbolFileCommon::m_objfile_sp, lldb_private::FileSpec::SetFilename(), and lldb_private::SplitDwarf.
Referenced by GetDebugInfoSize(), GetDIERefSymbolFile(), GetDwoSymbolFileForCompileUnit(), lldb_private::plugin::dwarf::DWARFDebugInfo::GetDwpSymbolFile(), and lldb_private::plugin::dwarf::ManualDWARFIndex::Index().
|
overridevirtual |
If type_uid
points to an array type, return its characteristics.
To support variable-length array types, this function takes an optional ExecutionContext
. If exe_ctx
is non-null, the dynamic characteristics for that context are returned.
Implements lldb_private::SymbolFile.
Definition at line 1484 of file SymbolFileDWARF.cpp.
References GetDIE(), GetModuleMutex(), and lldb_private::plugin::dwarf::DWARFASTParser::ParseChildArrayInfo().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::GetDynamicArrayInfoForUID().
lldb::ModuleSP SymbolFileDWARF::GetExternalModule | ( | ConstString | name | ) |
Definition at line 1688 of file SymbolFileDWARF.cpp.
References m_external_type_modules, and UpdateExternalModuleListIfNeeded().
Referenced by GetContainingClangModule().
|
inline |
Return the list of Clang modules imported by this SymbolFile.
Definition at line 235 of file SymbolFileDWARF.h.
References m_external_type_modules.
Definition at line 1099 of file SymbolFileDWARF.cpp.
References GetCompUnitForDWARFCompUnit(), lldb_private::SupportFileList::GetFileSpecAtIndex(), and GetTypeUnitSupportFiles().
Referenced by lldb_private::plugin::dwarf::DWARFUnit::GetFile().
|
inline |
Definition at line 333 of file SymbolFileDWARF.h.
References m_file_index.
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::AddOSOARanges(), lldb_private::plugin::dwarf::NameToDIE::FindAllEntriesForUnit(), lldb_private::plugin::dwarf::SymbolFileDWARFDwo::GetDIE(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetDIERef(), and GetDIERefSymbolFile().
|
virtual |
Reimplemented in lldb_private::plugin::dwarf::SymbolFileDWARFDwo.
Definition at line 493 of file SymbolFileDWARF.cpp.
References GetDebugMapSymfile(), and m_forward_decl_compiler_type_to_die.
Referenced by CompleteType(), lldb_private::plugin::dwarf::SymbolFileDWARFDwo::GetForwardDeclCompilerTypeToDIE(), and HasForwardDeclForCompilerType().
|
protected |
Definition at line 1667 of file SymbolFileDWARF.cpp.
References lldb_private::Function::CalculateSymbolContextModule(), lldb_private::SymbolContext::Clear(), lldb_private::SymbolContext::comp_unit, lldb_private::CompileUnit::FindFunctionByUID(), lldb_private::SymbolContext::function, GetCompUnitForDWARFCompUnit(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetID(), lldb_private::SymbolContext::module_sp, and ParseFunction().
Referenced by GetTypeForDIE(), and ResolveFunction().
|
protected |
Definition at line 2050 of file SymbolFileDWARF.cpp.
References lldb_private::DWARFExpressionList::Evaluate(), lldb_private::Value::FileAddress, lldb_private::GetLog(), lldb_private::ModuleChild::GetModule(), lldb_private::SymbolFileCommon::GetObjectFile(), LLDB_INVALID_ADDRESS, LLDB_LOG_ERROR, m_global_aranges_up, and lldb_private::Symbols.
|
inline |
Returns the DWARFIndex for this symbol, if it exists.
Definition at line 366 of file SymbolFileDWARF.h.
References m_index.
|
static |
Definition at line 4348 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFUnit::GetDWARFLanguageType(), and LanguageTypeFromDWARF().
Referenced by ConstructFunctionDemangledName(), FindDefinitionDIE(), GetTypeSystem(), lldb_private::plugin::dwarf::ManualDWARFIndex::IndexUnit(), IsSizeAndDeclarationMatching(), DWARFASTParserClang::MapDeclDIEToDefDIE(), ParseFunction(), DWARFASTParserClang::ParseFunctionFromDWARF(), ParseLanguage(), DWARFASTParserClang::ParseRustVariantPart(), DWARFASTParserClang::ParseStructureLikeDIE(), ParseType(), DWARFASTParserClang::ParseTypeModifier(), and ParseVariableDIE().
|
static |
Same as GetLanguage() but reports all C++ versions as C++ (no version).
Definition at line 4352 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFUnit::GetDWARFLanguageType(), and LanguageTypeFromDWARF().
Referenced by DWARFASTParserClang::ParseTypeFromClangModule(), and lldb_private::plugin::dwarf::DWARFIndex::ProcessTypeDIEMatchQuery().
|
overridevirtual |
Reimplemented from lldb_private::SymbolFile.
Definition at line 2602 of file SymbolFileDWARF.cpp.
References DebugInfo(), GetDIE(), lldb_private::plugin::dwarf::DWARFUnit::GetDwoSymbolFile(), lldb_private::plugin::dwarf::DWARFDIE::GetMangledName(), GetMangledNamesForFunction(), lldb_private::plugin::dwarf::DWARFDebugInfo::GetNumUnits(), lldb_private::plugin::dwarf::DWARFDebugInfo::GetUnitAtIndex(), and m_function_scope_qualified_name_map.
Referenced by GetMangledNamesForFunction().
|
overridevirtual |
Symbols file subclasses should override this to return the Module that owns the TypeSystem that this symbol file modifies type information in.
Reimplemented from lldb_private::SymbolFile.
Definition at line 2270 of file SymbolFileDWARF.cpp.
References lldb_private::ModuleChild::GetModule(), lldb_private::SymbolFileCommon::GetObjectFile(), and m_debug_map_module_wp.
Referenced by CalculateFrameVariableError(), CompleteType(), FindFunctions(), FindGlobalVariables(), FindNamespace(), FindTypes(), GetCompilerContextForUID(), GetDeclContextContainingUID(), GetDeclContextForUID(), GetDeclForUID(), GetDIE(), GetDynamicArrayInfoForUID(), GetTypeList(), ParseBlocksRecursive(), ParseDebugMacros(), ParseFunctions(), ParseImportedModules(), ParseIsOptimized(), ParseLanguage(), ParseLineTable(), ParseSupportFiles(), ParseTypes(), ParseVariablesForContext(), ParseXcodeSDK(), PreloadSymbols(), and ResolveTypeUID().
|
protected |
|
protected |
Definition at line 2919 of file SymbolFileDWARF.cpp.
References lldb_private::Symtab::eDebugNo, lldb::eSymbolTypeObjCClass, lldb_private::Symtab::eVisibilityAny, lldb_private::Symtab::FindFirstSymbolWithNameAndType(), and lldb_private::SymbolFileCommon::m_objfile_sp.
Referenced by FindCompleteObjCDefinitionTypeForDIE().
|
virtual |
Reimplemented in lldb_private::plugin::dwarf::SymbolFileDWARFDwo.
Definition at line 1662 of file SymbolFileDWARF.cpp.
References m_index.
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDwo::GetObjCMethods().
Definition at line 452 of file SymbolFileDWARF.cpp.
References DWARFDIE, lldb_private::plugin::dwarf::DWARFDIE::GetParent(), and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
Referenced by ParseAndAppendGlobalVariable(), ParseVariableDIE(), and DWARFASTParserClang::UpdateSymbolContextScopeForType().
|
static |
Definition at line 327 of file SymbolFileDWARF.cpp.
Referenced by Initialize().
|
inlineoverridevirtual |
Implements lldb_private::PluginInterface.
Definition at line 208 of file SymbolFileDWARF.h.
References GetPluginNameStatic().
|
inlinestatic |
Definition at line 93 of file SymbolFileDWARF.h.
Referenced by GetPluginName(), lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::GetSymbolFileAsSymbolFileDWARF(), and Initialize().
|
overridevirtual |
List separate dwo files.
Reimplemented from lldb_private::SymbolFile.
Definition at line 4152 of file SymbolFileDWARF.cpp.
References lldb_private::StructuredData::Array::AddItem(), lldb_private::StructuredData::Dictionary::AddItem(), lldb_private::StructuredData::Dictionary::AddStringItem(), lldb_private::Status::AsCString(), DebugInfo(), lldb_private::plugin::dwarf::DWARFUnit::GetDIE(), lldb_private::plugin::dwarf::DWARFUnit::GetDwoError(), lldb_private::plugin::dwarf::DWARFUnit::GetDWOId(), GetDWOName(), lldb_private::plugin::dwarf::DWARFUnit::GetDwoSymbolFile(), lldb_private::ObjectFile::GetFileSpec(), lldb_private::SymbolFileCommon::GetMainObjectFile(), lldb_private::plugin::dwarf::DWARFDebugInfo::GetNumUnits(), lldb_private::SymbolFile::GetObjectFile(), lldb_private::plugin::dwarf::DWARFUnit::GetOffset(), lldb_private::FileSpec::GetPath(), lldb_private::plugin::dwarf::DWARFDebugInfo::GetUnitAtIndex(), and lldb_private::plugin::dwarf::DWARFUnit::GetUnitDIEOnly().
Given a DWO DWARFUnit, find the corresponding skeleton DWARFUnit in the main symbol file.
DWP files can have their DWARFUnits parsed without the skeleton compile units having been parsed, so sometimes we need to find the skeleton compile unit for a DWO DWARFUnit so we can fill in this link. Currently unless the skeleton compile unit has been parsed and the Unit DIE has been parsed, the DWO unit will not have a backward link setup correctly which was causing crashes due to an assertion that was firing in SymbolFileDWARF::GetCompUnitForDWARFCompUnit().
Definition at line 1764 of file SymbolFileDWARF.cpp.
References DebugInfo(), and lldb_private::plugin::dwarf::DWARFDebugInfo::GetSkeletonUnit().
Referenced by lldb_private::plugin::dwarf::DWARFUnit::GetSkeletonUnit().
|
protected |
Definition at line 2834 of file SymbolFileDWARF.cpp.
References DIE_IS_BEING_PARSED, DWARFDIE, GetCompUnitForDWARFCompUnit(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), lldb_private::plugin::dwarf::DWARFDIE::GetDIE(), GetDIEToType(), GetFunction(), lldb_private::ModuleChild::GetModule(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::plugin::dwarf::DWARFDebugInfoEntry::GetParent(), lldb_private::plugin::dwarf::DWARFDIE::GetParent(), ParseType(), and lldb_private::plugin::dwarf::DWARFDebugInfoEntry::Tag().
Referenced by ResolveType().
|
overrideprotectedvirtual |
Reimplemented from lldb_private::SymbolFileCommon.
Definition at line 336 of file SymbolFileDWARF.cpp.
References GetDebugMapSymfile(), GetModuleMutex(), and lldb_private::SymbolFileCommon::GetTypeList().
|
protected |
Definition at line 342 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFDIE::children(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetOffset(), GetTypes(), ResolveTypeUID(), and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
|
overridevirtual |
Implements lldb_private::SymbolFile.
Referenced by GetTypes(), and lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::GetTypes().
|
static |
Definition at line 4302 of file SymbolFileDWARF.cpp.
References GetLanguage(), lldb_private::plugin::dwarf::DWARFUnit::GetSymbolFileDWARF(), and GetTypeSystemForLanguage().
Referenced by GetDWARFParser().
|
overridevirtual |
Reimplemented from lldb_private::SymbolFileCommon.
Reimplemented in lldb_private::plugin::dwarf::SymbolFileDWARFDwo.
Definition at line 508 of file SymbolFileDWARF.cpp.
References GetDebugMapSymfile(), and lldb_private::SymbolFileCommon::m_objfile_sp.
Referenced by ConstructFunctionDemangledName(), DeclContextMatchesThisSymbolFile(), DumpClangAST(), FindDefinitionDIE(), GetTypeSystem(), lldb_private::plugin::dwarf::SymbolFileDWARFDwo::GetTypeSystemForLanguage(), ParseFunction(), and ParseType().
|
protected |
Definition at line 1113 of file SymbolFileDWARF.cpp.
References lldb_private::DebugInfo, DW_INVALID_OFFSET, elapsed(), error(), lldb_private::plugin::dwarf::DWARFContext::GetAsLLVM(), lldb_private::DWARFDataExtractor::GetAsLLVMDWARF(), lldb_private::plugin::dwarf::DWARFUnit::GetLineTableOffset(), lldb_private::GetLog(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::plugin::dwarf::DWARFContext::getOrLoadLineData(), lldb_private::plugin::dwarf::DWARFUnit::GetPathStyle(), LLDB_LOG_ERROR, m_context, m_parse_time, m_type_unit_support_files, and ParseSupportFilesFromPrologue().
Referenced by GetFile().
|
virtual |
Reimplemented in lldb_private::plugin::dwarf::SymbolFileDWARFDwo.
Definition at line 499 of file SymbolFileDWARF.cpp.
References GetDebugMapSymfile(), lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::GetUniqueDWARFASTTypeMap(), and m_unique_ast_type_map.
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDwo::GetUniqueDWARFASTTypeMap().
|
inlinevirtual |
Reimplemented in lldb_private::plugin::dwarf::SymbolFileDWARFDwo.
Definition at line 319 of file SymbolFileDWARF.h.
References LLDB_INVALID_OFFSET.
Referenced by GetOpcodeDataSize(), and lldb_private::plugin::dwarf::SymbolFileDWARFDwo::GetVendorDWARFOpcodeSize().
bool SymbolFileDWARF::HasForwardDeclForCompilerType | ( | const CompilerType & | compiler_type | ) |
Definition at line 1541 of file SymbolFileDWARF.cpp.
References lldb_private::ClangASTImporter::CanImport(), lldb_private::CompilerType::TypeSystemSPWrapper::dyn_cast_or_null(), DWARFASTParserClang::GetClangASTImporter(), GetForwardDeclCompilerTypeToDIE(), lldb_private::CompilerType::GetOpaqueQualType(), lldb_private::CompilerType::GetTypeSystem(), and lldb_private::ClangUtil::RemoveFastQualifiers().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::CompleteType().
|
static |
Definition at line 303 of file SymbolFileDWARF.cpp.
References CreateInstance(), DebuggerInitialize(), GetPluginDescriptionStatic(), GetPluginNameStatic(), lldb_private::LogChannelDWARF::Initialize(), lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::Initialize(), and lldb_private::PluginManager::RegisterPlugin().
|
protected |
Definition at line 566 of file SymbolFileDWARF.cpp.
References InitializeFirstCodeAddressRecursive(), LLDB_INVALID_ADDRESS, m_first_code_address, and lldb_private::SymbolFileCommon::m_objfile_sp.
Referenced by InitializeObject().
|
protected |
Definition at line 573 of file SymbolFileDWARF.cpp.
References lldb::eSectionTypeCode, InitializeFirstCodeAddressRecursive(), and m_first_code_address.
Referenced by InitializeFirstCodeAddress(), and InitializeFirstCodeAddressRecursive().
|
overridevirtual |
Initialize the SymbolFile object.
The SymbolFile object with the best set of abilities (detected in "uint32_t SymbolFile::GetAbilities()) will have this function called if it is chosen to parse an object file. More complete initialization can happen in this function which will get called prior to any other functions in the SymbolFile protocol.
Reimplemented from lldb_private::SymbolFile.
Definition at line 520 of file SymbolFileDWARF.cpp.
References lldb_private::Stream::AsRawOstream(), lldb_private::plugin::dwarf::AppleDWARFIndex::Create(), lldb_private::plugin::dwarf::DebugNamesDWARFIndex::Create(), lldb_private::DebugInfo, lldb::eDescriptionLevelBrief, lldb::eSectionTypeDWARFAppleNames, lldb::eSectionTypeDWARFAppleNamespaces, lldb::eSectionTypeDWARFAppleObjC, lldb::eSectionTypeDWARFAppleTypes, lldb::eSectionTypeDWARFDebugNames, lldb_private::DataExtractor::GetByteSize(), lldb_private::StreamString::GetData(), GetGlobalPluginProperties(), lldb_private::GetLog(), lldb_private::ModuleChild::GetModule(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::plugin::dwarf::DWARFContext::getOrLoadStrData(), InitializeFirstCodeAddress(), LLDB_LOG_ERROR, LoadSectionData(), m_context, and m_index.
|
inlineoverridevirtual |
LLVM RTTI support.
Reimplemented from lldb_private::SymbolFileCommon.
Reimplemented in lldb_private::plugin::dwarf::SymbolFileDWARFDwo.
Definition at line 73 of file SymbolFileDWARF.h.
References ID, and lldb_private::SymbolFileCommon::isA().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDwo::isA().
|
static |
Definition at line 4337 of file SymbolFileDWARF.cpp.
References lldb::eLanguageTypeMipsAssembler.
Referenced by GetLanguage(), GetLanguageFamily(), and ParseCompileUnit().
|
protectedvirtual |
Definition at line 688 of file SymbolFileDWARF.cpp.
References lldb_private::DataExtractor::Clear(), lldb_private::SectionList::FindSectionByType(), and lldb_private::SymbolFileCommon::m_objfile_sp.
Referenced by InitializeObject().
|
protected |
Definition at line 3746 of file SymbolFileDWARF.cpp.
References GetDIE(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetDIERef(), lldb_private::plugin::dwarf::DWARFDIE::GetFirstChild(), lldb_private::plugin::dwarf::DWARFDIE::GetReferencedDIE(), lldb_private::plugin::dwarf::DWARFDIE::GetSibling(), lldb_private::plugin::dwarf::DWARFBaseDIE::HasChildren(), and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
Referenced by ParseVariablesInFunctionContextRecursive().
|
protecteddelete |
|
protected |
Definition at line 3690 of file SymbolFileDWARF.cpp.
References lldb_private::VariableList::AddVariableIfUnique(), lldb_private::SymbolContext::comp_unit, lldb_private::plugin::dwarf::DW_TAG_value_to_name(), lldb_private::plugin::dwarf::DWARFDIE::GetDIE(), GetDIEToVariable(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetID(), lldb_private::GetLog(), lldb_private::ModuleChild::GetModule(), lldb_private::plugin::dwarf::DWARFDIE::GetName(), lldb_private::SymbolFileCommon::GetObjectFile(), GetParentSymbolContextDIE(), lldb_private::CompileUnit::GetVariableList(), LLDB_LOG, lldb_private::Lookups, ParseVariableDIECached(), and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
Referenced by FindGlobalVariables().
|
protected |
Definition at line 1322 of file SymbolFileDWARF.cpp.
References lldb_private::Block::AddRange(), lldb_private::Block::CreateChild(), lldb_private::Block::FinalizeRanges(), lldb_private::plugin::dwarf::DWARFDIE::GetDIENamesAndRanges(), lldb_private::SupportFileList::GetFileSpecAtIndex(), lldb_private::plugin::dwarf::DWARFDIE::GetFirstChild(), lldb_private::UserID::GetID(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetID(), lldb_private::ModuleChild::GetModule(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::plugin::dwarf::DWARFDIE::GetSibling(), lldb_private::CompileUnit::GetSupportFiles(), lldb_private::plugin::dwarf::DWARFBaseDIE::HasChildren(), ParseBlocksRecursive(), lldb_private::Block::SetInlinedFunctionInfo(), and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
|
overridevirtual |
Implements lldb_private::SymbolFile.
Definition at line 3164 of file SymbolFileDWARF.cpp.
References lldb_private::DebugInfo, lldb_private::plugin::dwarf::DIERef::die_offset(), lldb_private::Function::GetBlock(), lldb_private::Function::GetCompileUnit(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), lldb_private::plugin::dwarf::DWARFUnit::GetDIE(), lldb_private::plugin::dwarf::DWARFDIE::GetDIE(), GetDWARFCompileUnit(), lldb_private::plugin::dwarf::DWARFDIE::GetFirstChild(), lldb_private::UserID::GetID(), lldb_private::GetLog(), GetModuleMutex(), lldb_private::plugin::dwarf::DWARFUnit::GetNonSkeletonUnit(), lldb_private::plugin::dwarf::DWARFUnit::GetOffset(), LLDB_INVALID_ADDRESS, LLDB_LOG_ERROR, lldbassert, and ParseBlocksRecursive().
Referenced by ParseBlocksRecursive(), and lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::ParseBlocksRecursive().
|
overridevirtual |
Reimplemented from lldb_private::SymbolFile.
Definition at line 4124 of file SymbolFileDWARF.cpp.
References CollectCallEdges(), GetDIE(), lldb_private::UserID::GetID(), lldb_private::SymbolFileCommon::GetObjectFile(), and lldb_private::plugin::dwarf::DWARFBaseDIE::IsValid().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::ParseCallEdgesInFunction().
|
protected |
Definition at line 774 of file SymbolFileDWARF.cpp.
References BuildCuTranslationTable(), lldb::eLanguageTypeUnknown, lldb_private::eLazyBoolCalculate, lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::GetCompileUnit(), GetDebugMapSymfile(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetDIE(), lldb_private::plugin::dwarf::DWARFUnit::GetDWARFLanguageType(), GetDWARFUnitIndex(), GetDWOName(), lldb_private::UserID::GetID(), lldb_private::plugin::dwarf::DWARFUnit::GetLLDBCompUnit(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetName(), lldb_private::plugin::dwarf::DWARFCompileUnit::GetNonSkeletonUnit(), lldb_private::plugin::dwarf::DWARFUnit::GetPathStyle(), lldb_private::SupportFileList::GetSize(), lldb_private::SupportFileList::GetSupportFileAtIndex(), lldb_private::plugin::dwarf::DWARFUnit::GetUnitDIEOnly(), lldb_private::plugin::dwarf::DWARFUnit::GetVersion(), LanguageTypeFromDWARF(), m_debug_map_symfile, lldb_private::SymbolFileCommon::m_objfile_sp, MakeAbsoluteAndRemap(), ParseSupportFiles(), lldb_private::SymbolFileCommon::SetCompileUnitAtIndex(), and lldb_private::plugin::dwarf::DWARFUnit::SetLLDBCompUnit().
Referenced by GetCompUnitForDWARFCompUnit(), and ParseCompileUnitAtIndex().
|
overrideprotectedvirtual |
Implements lldb_private::SymbolFileCommon.
Definition at line 887 of file SymbolFileDWARF.cpp.
References ASSERT_MODULE_LOCK, DebugInfo(), GetDWARFUnitIndex(), and ParseCompileUnit().
|
overridevirtual |
Implements lldb_private::SymbolFile.
Definition at line 1298 of file SymbolFileDWARF.cpp.
References DW_INVALID_OFFSET, lldb_private::plugin::dwarf::DWARFBaseDIE::GetAttributeValueAsUnsigned(), GetDWARFCompileUnit(), GetModuleMutex(), lldb_private::plugin::dwarf::DWARFUnit::GetUnitDIEOnly(), ParseDebugMacros(), and lldb_private::CompileUnit::SetDebugMacros().
Referenced by ParseDebugMacros(), lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::ParseDebugMacros(), and lldb_private::plugin::dwarf::DWARFDebugMacroEntry::ReadMacroEntries().
lldb_private::DebugMacrosSP SymbolFileDWARF::ParseDebugMacros | ( | lldb::offset_t * | offset | ) |
Definition at line 1276 of file SymbolFileDWARF.cpp.
References elapsed(), lldb_private::DataExtractor::GetByteSize(), lldb_private::plugin::dwarf::DWARFContext::getOrLoadMacroData(), lldb_private::plugin::dwarf::DWARFContext::getOrLoadStrData(), m_context, m_debug_macros_map, m_parse_time, lldb_private::plugin::dwarf::DWARFDebugMacroHeader::OffsetIs64Bit(), lldb_private::plugin::dwarf::DWARFDebugMacroHeader::ParseHeader(), and lldb_private::plugin::dwarf::DWARFDebugMacroEntry::ReadMacroEntries().
|
overridevirtual |
Reimplemented from lldb_private::SymbolFile.
Definition at line 1416 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFASTParser::EnsureAllDIEsInDeclContextHaveBeenParsed(), lldb_private::TypeSystem::GetDWARFParser(), and lldb_private::CompilerDeclContext::GetTypeSystem().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::ParseDeclsForContext().
|
protected |
Definition at line 897 of file SymbolFileDWARF.cpp.
References ASSERT_MODULE_LOCK, FixupAddress(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), lldb_private::plugin::dwarf::DWARFDIE::GetDIE(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetID(), GetLanguage(), lldb_private::GetLog(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetModule(), GetTypeSystemForLanguage(), lldb_private::Address::IsValid(), lldb_private::plugin::dwarf::DWARFBaseDIE::IsValid(), LLDB_LOG_ERROR, m_first_code_address, lldb_private::plugin::dwarf::DWARFASTParser::ParseFunctionFromDWARF(), and lldb_private::Symbols.
Referenced by GetFunction(), ParseFunctions(), and ResolveFunctionAndBlock().
|
overridevirtual |
Implements lldb_private::SymbolFile.
Definition at line 1015 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFUnit::dies(), lldb_private::CompileUnit::FindFunctionByUID(), GetDWARFCompileUnit(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetID(), GetModuleMutex(), lldb_private::plugin::dwarf::DWARFUnit::GetNonSkeletonUnit(), LLDB_SCOPED_TIMER, and ParseFunction().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::ParseFunctions().
|
overridevirtual |
Implements lldb_private::SymbolFile.
Definition at line 1158 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFDIE::children(), lldb_private::SymbolContext::comp_unit, lldb_private::plugin::dwarf::DWARFUnit::DIE(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetAttributeValueAsString(), GetDWARFCompileUnit(), lldb_private::CompileUnit::GetLanguage(), GetModuleMutex(), lldb_private::plugin::dwarf::DWARFDIE::GetParent(), lldb_private::FileSpec::GetPath(), lldb_private::plugin::dwarf::DWARFUnit::GetPathStyle(), lldb_private::plugin::dwarf::DWARFDIE::GetReferencedDIE(), lldb_private::ClangModulesDeclVendor::LanguageSupportsClangModules(), lldb_private::SymbolFileCommon::m_objfile_sp, MakeAbsoluteAndRemap(), lldb_private::SourceModule::path, lldb_private::SourceModule::search_path, lldb_private::SourceModule::sysroot, lldb_private::plugin::dwarf::DWARFBaseDIE::Tag(), and UpdateExternalModuleListIfNeeded().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::ParseImportedModules().
|
overridevirtual |
Reimplemented from lldb_private::SymbolFile.
Definition at line 1150 of file SymbolFileDWARF.cpp.
References GetDWARFCompileUnit(), lldb_private::plugin::dwarf::DWARFUnit::GetIsOptimized(), GetModuleMutex(), and lldb_private::plugin::dwarf::DWARFUnit::GetNonSkeletonUnit().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::ParseIsOptimized().
|
overridevirtual |
Implements lldb_private::SymbolFile.
Definition at line 978 of file SymbolFileDWARF.cpp.
References lldb::eLanguageTypeUnknown, GetDWARFCompileUnit(), GetLanguage(), GetModuleMutex(), and lldb_private::plugin::dwarf::DWARFUnit::GetNonSkeletonUnit().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::ParseLanguage().
|
overridevirtual |
Implements lldb_private::SymbolFile.
Definition at line 1213 of file SymbolFileDWARF.cpp.
References lldb_private::LineTable::AppendLineEntryToSequence(), lldb_private::LineTable::CreateLineSequenceContainer(), DW_INVALID_OFFSET, elapsed(), GetDebugMapSymfile(), GetDWARFCompileUnit(), lldb_private::CompileUnit::GetLineTable(), lldb_private::plugin::dwarf::DWARFUnit::GetLineTableOffset(), GetModuleMutex(), lldb_private::plugin::dwarf::DWARFUnit::GetOffset(), m_context, m_first_code_address, m_parse_time, ParseLLVMLineTable(), and lldb_private::CompileUnit::SetLineTable().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::ParseLineTable().
|
overridevirtual |
Implements lldb_private::SymbolFile.
Definition at line 1066 of file SymbolFileDWARF.cpp.
References GetDWARFCompileUnit(), lldb_private::ModuleChild::GetModule(), GetModuleMutex(), and ParseSupportFiles().
Referenced by ParseCompileUnit(), ParseSupportFiles(), and lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::ParseSupportFiles().
|
protected |
Definition at line 1079 of file SymbolFileDWARF.cpp.
References DW_INVALID_OFFSET, elapsed(), lldb_private::plugin::dwarf::DWARFUnit::GetCompilationDirectory(), lldb_private::plugin::dwarf::DWARFUnit::GetLineTableOffset(), lldb_private::plugin::dwarf::DWARFUnit::GetOffset(), lldb_private::FileSpec::GetPath(), lldb_private::plugin::dwarf::DWARFUnit::GetPathStyle(), m_context, m_parse_time, ParseLLVMLineTablePrologue(), and ParseSupportFilesFromPrologue().
|
protected |
Definition at line 3091 of file SymbolFileDWARF.cpp.
References lldb_private::ConstString::AsCString(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), GetDeclContextForUID(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetDIERef(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetID(), GetLanguage(), lldb_private::GetLog(), lldb_private::CompilerDeclContext::GetScopeQualifiedName(), GetTypeSystemForLanguage(), LLDB_LOG_ERROR, m_function_scope_qualified_name_map, lldb_private::plugin::dwarf::DWARFASTParser::ParseTypeFromDWARF(), lldb_private::Symbols, and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
Referenced by GetTypeForDIE(), and ParseTypes().
|
overridevirtual |
Implements lldb_private::SymbolFile.
Definition at line 3200 of file SymbolFileDWARF.cpp.
References lldb_private::SymbolContext::comp_unit, lldb_private::plugin::dwarf::DWARFUnit::DIE(), GetDWARFCompileUnit(), lldb_private::plugin::dwarf::DWARFDIE::GetFirstChild(), GetModuleMutex(), lldb_private::plugin::dwarf::DWARFBaseDIE::HasChildren(), and ParseTypes().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::ParseTypes(), and ParseTypes().
|
protected |
Definition at line 3126 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFBaseDIE::Clear(), lldb_private::SymbolContext::comp_unit, lldb_private::CompileUnit::FindFunctionByUID(), lldb_private::SymbolContext::function, lldb_private::plugin::dwarf::DWARFDIE::GetFirstChild(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetID(), lldb_private::plugin::dwarf::DWARFDIE::GetSibling(), lldb_private::plugin::dwarf::DWARFBaseDIE::HasChildren(), ParseType(), ParseTypes(), and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
|
protected |
Definition at line 3375 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFFormValue::AsCString(), lldb_private::plugin::dwarf::DWARFAttributes::AttributeAtIndex(), lldb_private::plugin::dwarf::DWARFFormValue::Boolean(), lldb_private::SymbolContext::comp_unit, lldb_private::plugin::dwarf::DWARFAttributes::CompileUnitAtIndex(), lldb_private::DWARFExpressionList::ContainsThreadLocalStorage(), lldb_private::plugin::dwarf::DW_TAG_value_to_name(), lldb::eDescriptionLevelFull, lldb::eValueTypeInvalid, lldb::eValueTypeVariableArgument, lldb::eValueTypeVariableGlobal, lldb::eValueTypeVariableLocal, lldb::eValueTypeVariableStatic, lldb::eValueTypeVariableThreadLocal, lldb_private::plugin::dwarf::DWARFAttributes::ExtractFormValueAtIndex(), lldb_private::Block::FindBlockByID(), fixupExternalAddrZeroVariable(), lldb_private::plugin::dwarf::DWARFFormValue::Form(), lldb_private::SymbolContext::function, lldb_private::plugin::dwarf::DWARFUnit::GetAddressByteSize(), lldb_private::DWARFExpressionList::GetAlwaysValidExpr(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetAttributes(), lldb_private::Function::GetBlock(), lldb_private::ConstString::GetCString(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), lldb_private::StreamString::GetData(), GetDebugMapSymfile(), GetDeclContextDIEContainingDIE(), lldb_private::plugin::dwarf::DWARFDIE::GetDIE(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetDWARF(), lldb_private::plugin::dwarf::DWARFDIE::GetDWARFDeclContext(), GetExprListFromAtConstValue(), GetExprListFromAtLocation(), lldb_private::plugin::dwarf::DWARFUnit::GetFile(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetID(), GetLanguage(), lldb_private::ModuleChild::GetModule(), lldb_private::DWARFExpressionList::GetMutableExpressionAtAddress(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetOffset(), GetParentSymbolContextDIE(), lldb_private::plugin::dwarf::DWARFDeclContext::GetQualifiedNameAsConstString(), lldb_private::plugin::dwarf::DWARFFormValue::GetUnit(), lldb_private::plugin::dwarf::DWARFFormValue::IsDataForm(), lldb_private::DWARFExpressionList::IsValid(), lldb_private::plugin::dwarf::DWARFFormValue::IsValid(), lldb_private::Language::LanguageIsCPlusPlus(), lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::LinkOSOFileAddress(), lldb_private::DWARFExpressionList::LinkThreadLocalStorage(), LLDB_INVALID_ADDRESS, ParseVariableDIE(), lldb_private::plugin::dwarf::DWARFFormValue::Reference(), lldb_private::Declaration::SetColumn(), lldb_private::Declaration::SetFile(), lldb_private::Declaration::SetLine(), lldb_private::DWARFExpressionList::SetModule(), lldb_private::plugin::dwarf::DWARFAttributes::Size(), lldb_private::plugin::dwarf::DWARFBaseDIE::Tag(), lldb_private::plugin::dwarf::DWARFFormValue::Unsigned(), lldb_private::DWARFExpression::Update_DW_OP_addr(), and lldb_private::DWARFExpression::UpdateValue().
Referenced by ParseVariableDIE(), ParseVariableDIECached(), and PopulateBlockVariableList().
|
protected |
Definition at line 3269 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFDIE::GetDIE(), GetDIEToVariable(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetDWARF(), lldb_private::plugin::dwarf::DWARFDIE::GetReferencedDIE(), LLDB_INVALID_ADDRESS, and ParseVariableDIE().
Referenced by ParseAndAppendGlobalVariable(), and ParseVariablesForContext().
|
overridevirtual |
Implements lldb_private::SymbolFile.
Definition at line 3216 of file SymbolFileDWARF.cpp.
References lldb_private::SymbolContext::comp_unit, lldb_private::DebugInfo, DebugInfo(), lldb_private::SymbolContext::function, lldb_private::Function::GetBlock(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetCU(), GetDIE(), lldb_private::plugin::dwarf::DWARFDIE::GetDIE(), lldb_private::UserID::GetID(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetID(), lldb_private::GetLog(), GetModuleMutex(), lldb_private::plugin::dwarf::DWARFDebugInfo::GetUnitAtIndex(), lldb_private::CompileUnit::GetVariableList(), LLDB_INVALID_ADDRESS, LLDB_LOG_ERROR, m_index, ParseVariableDIECached(), ParseVariablesInFunctionContext(), lldb_private::Block::SetDidParseVariables(), and lldb_private::CompileUnit::SetVariableList().
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::ParseVariablesForContext().
|
protected |
Definition at line 3821 of file SymbolFileDWARF.cpp.
References lldb_private::SymbolContext::function, and ParseVariablesInFunctionContextRecursive().
Referenced by ParseVariablesForContext().
|
protected |
Definition at line 3839 of file SymbolFileDWARF.cpp.
References lldb_private::Block::FindBlockByID(), FindBlockContainingSpecification(), lldb_private::SymbolContext::function, lldb_private::Function::GetBlock(), lldb_private::Block::GetBlockVariableList(), GetDIE(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetDIERef(), lldb_private::plugin::dwarf::DWARFDIE::GetFirstChild(), lldb_private::UserID::GetID(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetID(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetOffset(), lldb_private::plugin::dwarf::DWARFDIE::GetSibling(), MergeBlockAbstractParameters(), ParseVariablesInFunctionContextRecursive(), PopulateBlockVariableList(), lldb_private::Block::SetVariableList(), and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
Referenced by ParseVariablesInFunctionContext(), and ParseVariablesInFunctionContextRecursive().
|
inlinevirtual |
Reimplemented in lldb_private::plugin::dwarf::SymbolFileDWARFDwo.
Definition at line 325 of file SymbolFileDWARF.h.
Referenced by lldb_private::DWARFExpression::Evaluate(), and lldb_private::plugin::dwarf::SymbolFileDWARFDwo::ParseVendorDWARFOpcode().
|
overridevirtual |
Return the Xcode SDK comp_unit was compiled against.
Reimplemented from lldb_private::SymbolFile.
Definition at line 987 of file SymbolFileDWARF.cpp.
References lldb_private::plugin::dwarf::DWARFBaseDIE::GetAttributeValueAsString(), GetDWARFCompileUnit(), lldb_private::ModuleChild::GetModule(), GetModuleMutex(), lldb_private::plugin::dwarf::DWARFUnit::GetNonSkeletonUnit(), lldb_private::plugin::dwarf::DWARFUnit::GetUnitDIEOnly(), and lldb_private::SymbolFileCommon::m_objfile_sp.
Referenced by lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::ParseXcodeSDK().
|
protected |
Definition at line 3906 of file SymbolFileDWARF.cpp.
References lldb_private::VariableList::AddVariableIfUnique(), GetDIE(), and ParseVariableDIE().
Referenced by ParseVariablesInFunctionContextRecursive().
|
overridevirtual |
Reimplemented from lldb_private::SymbolFile.
Definition at line 2258 of file SymbolFileDWARF.cpp.
References GetModuleMutex(), lldb_private::SymbolFileCommon::GetSymtab(), and m_index.
|
overridevirtual |
Reset the statistics for the symbol file.
Reimplemented from lldb_private::SymbolFile.
Definition at line 4365 of file SymbolFileDWARF.cpp.
References m_index, m_parse_time, and lldb_private::StatsDuration::reset().
|
protected |
Definition at line 2430 of file SymbolFileDWARF.cpp.
References lldb_private::SymbolContextList::Append(), lldb_private::SymbolContext::block, lldb_private::Address::Clear(), lldb_private::Block::FindBlockByID(), lldb_private::SymbolContext::function, lldb_private::Function::GetAddressRange(), lldb_private::AddressRange::GetBaseAddress(), lldb_private::Function::GetBlock(), GetFunction(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetID(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetOffset(), lldb_private::plugin::dwarf::DWARFDIE::GetParent(), lldb_private::Block::GetStartAddress(), and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
Referenced by FindFunctions().
|
protected |
Resolve functions and (possibly) blocks for the given file address and a compile unit.
The compile unit comes from the sc argument and it must be set. The results of the lookup (if any) are written back to the symbol context.
Definition at line 2099 of file SymbolFileDWARF.cpp.
References lldb_private::SymbolContext::block, lldb_private::SymbolContext::comp_unit, lldb_private::Block::FindBlockByID(), lldb_private::CompileUnit::FindFunctionByUID(), lldb_private::SymbolContext::function, lldb_private::Function::GetBlock(), GetDWARFCompileUnit(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetID(), lldb_private::plugin::dwarf::DWARFCompileUnit::GetNonSkeletonUnit(), lldb_private::plugin::dwarf::DWARFCompileUnit::LookupAddress(), lldb_private::plugin::dwarf::DWARFDIE::LookupDeepestBlock(), and ParseFunction().
|
overridevirtual |
Implements lldb_private::SymbolFile.
|
overridevirtual |
Reimplemented from lldb_private::SymbolFile.
Type * SymbolFileDWARF::ResolveType | ( | const DWARFDIE & | die, |
bool | assert_not_being_parsed = true , |
||
bool | resolve_function_context = false |
||
) |
Definition at line 1623 of file SymbolFileDWARF.cpp.
References DIE_IS_BEING_PARSED, lldb_private::plugin::dwarf::DW_TAG_value_to_name(), lldb_private::ModuleChild::GetModule(), lldb_private::plugin::dwarf::DWARFDIE::GetName(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetOffset(), GetTypeForDIE(), and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
Referenced by FindCompleteObjCDefinitionTypeForDIE(), FindTypes(), DWARFASTParserClang::GetClangDeclContextForDIE(), lldb_private::plugin::dwarf::DWARFDIE::ResolveType(), and ResolveTypeUID().
Definition at line 1493 of file SymbolFileDWARF.cpp.
References GetDIE(), and ResolveType().
Definition at line 1497 of file SymbolFileDWARF.cpp.
References lldb_private::DebugInfo, lldb_private::plugin::dwarf::DW_TAG_value_to_name(), GetDeclContextDIEContainingDIE(), lldb_private::GetLog(), lldb_private::ModuleChild::GetModule(), lldb_private::plugin::dwarf::DWARFDIE::GetName(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetOffset(), ResolveType(), and lldb_private::plugin::dwarf::DWARFBaseDIE::Tag().
|
overridevirtual |
Implements lldb_private::SymbolFile.
Definition at line 1473 of file SymbolFileDWARF.cpp.
References GetDIE(), and GetModuleMutex().
Referenced by GetTypes(), and lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::ResolveTypeUID().
|
inlineprotected |
Definition at line 448 of file SymbolFileDWARF.h.
References m_debug_map_module_wp.
Referenced by lldb_private::plugin::dwarf::DebugMapModule::GetSymbolFile().
|
inline |
Definition at line 334 of file SymbolFileDWARF.h.
References m_file_index.
Referenced by lldb_private::plugin::dwarf::DebugMapModule::GetSymbolFile(), and lldb_private::plugin::dwarf::SymbolFileDWARFDwo::SymbolFileDWARFDwo().
|
static |
Definition at line 585 of file SymbolFileDWARF.cpp.
|
static |
Definition at line 321 of file SymbolFileDWARF.cpp.
References CreateInstance(), lldb_private::LogChannelDWARF::Terminate(), lldb_private::plugin::dwarf::SymbolFileDWARFDebugMap::Terminate(), and lldb_private::PluginManager::UnregisterPlugin().
|
protected |
Definition at line 1946 of file SymbolFileDWARF.cpp.
References lldb_private::FileSpec::AppendPathComponent(), DebugInfo(), error(), lldb_private::ModuleSpec::GetArchitecture(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetAttributeValueAsString(), lldb_private::plugin::dwarf::DWARFBaseDIE::GetDIE(), GetDWOId(), GetDWOName(), lldb_private::ModuleSpec::GetFileSpec(), lldb_private::ModuleChild::GetModule(), lldb_private::SymbolFileCommon::GetNumCompileUnits(), lldb_private::SymbolFileCommon::GetObjectFile(), lldb_private::FileSpec::GetPath(), lldb_private::ModuleList::GetSharedModule(), lldb_private::plugin::dwarf::DWARFDebugInfo::GetUnitAtIndex(), lldb_private::plugin::dwarf::DWARFBaseDIE::HasChildren(), lldb_private::FileSystem::Instance(), lldb_private::FileSpec::IsRelative(), m_external_type_modules, m_fetched_external_modules, lldb_private::SymbolFileCommon::m_objfile_sp, lldb_private::FileSystem::Resolve(), and lldb_private::FileSpec::SetFile().
Referenced by FindTypes(), ForEachExternalModule(), GetExternalModule(), and ParseImportedModules().
|
friend |
Definition at line 81 of file SymbolFileDWARF.h.
|
friend |
Definition at line 84 of file SymbolFileDWARF.h.
|
friend |
Definition at line 82 of file SymbolFileDWARF.h.
|
friend |
Definition at line 83 of file SymbolFileDWARF.h.
Referenced by FindBlockContainingSpecification(), GetDeclContextDIEContainingDIE(), GetDIE(), GetParentSymbolContextDIE(), and GetTypeForDIE().
|
friend |
Definition at line 79 of file SymbolFileDWARF.h.
|
friend |
Definition at line 80 of file SymbolFileDWARF.h.
|
staticprivate |
LLVM RTTI support.
Definition at line 68 of file SymbolFileDWARF.h.
|
protected |
Definition at line 514 of file SymbolFileDWARF.h.
Referenced by DebugAbbrev().
|
protected |
Definition at line 509 of file SymbolFileDWARF.h.
Referenced by DebugAbbrev(), DebugInfo(), GetDWARFContext(), lldb_private::plugin::dwarf::SymbolFileDWARFDwo::GetDWOCompileUnitForHash(), GetTypeUnitSupportFiles(), InitializeObject(), ParseDebugMacros(), ParseLineTable(), ParseSupportFiles(), and lldb_private::plugin::dwarf::SymbolFileDWARFDwo::SymbolFileDWARFDwo().
|
protected |
Definition at line 518 of file SymbolFileDWARF.h.
Referenced by ParseDebugMacros().
|
protected |
Definition at line 503 of file SymbolFileDWARF.h.
Referenced by GetDebugMapSymfile(), GetModuleMutex(), and SetDebugMapModule().
|
protected |
Definition at line 504 of file SymbolFileDWARF.h.
Referenced by GetDebugMapSymfile(), and ParseCompileUnit().
|
protected |
Definition at line 530 of file SymbolFileDWARF.h.
Referenced by GetDIEToType().
|
protected |
Definition at line 531 of file SymbolFileDWARF.h.
Referenced by GetDIEToVariable().
|
protected |
Definition at line 547 of file SymbolFileDWARF.h.
Referenced by GetDwoSymbolFileForCompileUnit().
|
protected |
Definition at line 507 of file SymbolFileDWARF.h.
Referenced by GetDwpSymbolFile().
|
protected |
Definition at line 506 of file SymbolFileDWARF.h.
Referenced by GetDwpSymbolFile().
|
protected |
Definition at line 520 of file SymbolFileDWARF.h.
Referenced by FindTypes(), ForEachExternalModule(), GetExternalModule(), getExternalTypeModules(), and UpdateExternalModuleListIfNeeded().
|
protected |
Definition at line 522 of file SymbolFileDWARF.h.
Referenced by UpdateExternalModuleListIfNeeded().
|
protected |
If this DWARF file a .DWO file or a DWARF .o file on mac when no dSYM file is being used, this file index will be set to a valid value that can be used in DIERef objects which will contain an index that identifies the .DWO or .o file.
Definition at line 552 of file SymbolFileDWARF.h.
Referenced by GetFileIndex(), and SetFileIndex().
|
protected |
DWARF does not provide a good way for traditional (concatenating) linkers to invalidate debug info describing dead-stripped code.
These linkers will keep the debug info but resolve any addresses referring to such code as zero (BFD) or a small positive integer (zero + relocation addend – GOLD). Try to filter out this debug info by comparing it to the lowest code address in the module.
Definition at line 545 of file SymbolFileDWARF.h.
Referenced by InitializeFirstCodeAddress(), InitializeFirstCodeAddressRecursive(), ParseFunction(), and ParseLineTable().
|
protected |
Definition at line 535 of file SymbolFileDWARF.h.
Referenced by GetForwardDeclCompilerTypeToDIE().
|
protected |
Definition at line 526 of file SymbolFileDWARF.h.
Referenced by GetMangledNamesForFunction(), and ParseType().
|
protected |
Definition at line 515 of file SymbolFileDWARF.h.
Referenced by GetGlobalAranges().
|
protected |
Definition at line 521 of file SymbolFileDWARF.h.
Referenced by Dump(), FindCompleteObjCDefinitionTypeForDIE(), FindDefinitionDIE(), FindFunctions(), FindGlobalVariables(), FindNamespace(), FindTypes(), GetDebugInfoIndexTime(), getIndex(), GetObjCMethods(), InitializeObject(), ParseVariablesForContext(), PreloadSymbols(), and ResetStatistics().
|
protected |
Definition at line 512 of file SymbolFileDWARF.h.
Referenced by DebugInfo().
|
protected |
Definition at line 511 of file SymbolFileDWARF.h.
Referenced by DebugInfo().
|
protected |
Definition at line 538 of file SymbolFileDWARF.h.
Referenced by BuildCuTranslationTable(), CalculateNumCompileUnits(), and GetDWARFUnitIndex().
|
protected |
Definition at line 546 of file SymbolFileDWARF.h.
Referenced by DebugAbbrev(), GetDebugInfoParseTime(), GetDebugInfoParseTimeRef(), GetTypeUnitSupportFiles(), ParseDebugMacros(), ParseLineTable(), ParseSupportFiles(), and ResetStatistics().
|
protected |
Definition at line 537 of file SymbolFileDWARF.h.
Referenced by GetTypeUnitSupportFiles().
|
protected |
Definition at line 527 of file SymbolFileDWARF.h.
Referenced by GetUniqueDWARFASTTypeMap().