LLDB mainline
Classes | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Types | Private Member Functions | List of all members
lldb_private::plugin::dwarf::DWARFUnit Class Referenceabstract

#include <DWARFUnit.h>

Inheritance diagram for lldb_private::plugin::dwarf::DWARFUnit:
Inheritance graph
[legend]

Classes

class  ScopedExtractDIEs
 

Public Member Functions

virtual ~DWARFUnit ()
 
bool IsDWOUnit ()
 
std::optional< uint64_t > GetDWOId ()
 Get the DWO ID from the DWARFUnitHeader for DWARF5, or from the unit DIE's DW_AT_dwo_id or DW_AT_GNU_dwo_id for DWARF4 and earlier.
 
std::optional< uint64_t > GetHeaderDWOId ()
 Get the DWO ID from the DWARFUnitHeader only.
 
void ExtractUnitDIEIfNeeded ()
 
void ExtractUnitDIENoDwoIfNeeded ()
 
void ExtractDIEsIfNeeded ()
 
ScopedExtractDIEs ExtractDIEsScoped ()
 
bool Verify (Stream *s) const
 
virtual void Dump (Stream *s) const =0
 
const DWARFDataExtractorGetData () const
 Get the data that contains the DIE information for this unit.
 
uint32_t GetHeaderByteSize () const
 Get the size in bytes of the unit header.
 
dw_offset_t GetOffset () const
 
size_t GetLengthByteSize () const
 Get the size in bytes of the length field in the header.
 
bool ContainsDIEOffset (dw_offset_t die_offset) const
 
dw_offset_t GetFirstDIEOffset () const
 
dw_offset_t GetNextUnitOffset () const
 
size_t GetDebugInfoSize () const
 
dw_offset_t GetLength () const
 
uint16_t GetVersion () const
 
const llvm::DWARFAbbreviationDeclarationSet * GetAbbreviations () const
 
dw_offset_t GetAbbrevOffset () const
 
uint8_t GetAddressByteSize () const
 
dw_addr_t GetAddrBase () const
 
dw_addr_t GetBaseAddress () const
 
dw_offset_t GetLineTableOffset ()
 
dw_addr_t GetRangesBase () const
 
dw_addr_t GetStrOffsetsBase () const
 
void SetAddrBase (dw_addr_t addr_base)
 
void SetLoclistsBase (dw_addr_t loclists_base)
 
void SetRangesBase (dw_addr_t ranges_base)
 
void SetStrOffsetsBase (dw_offset_t str_offsets_base)
 
virtual void BuildAddressRangeTable (DWARFDebugAranges *debug_aranges)=0
 
dw_addr_t ReadAddressFromDebugAddrSection (uint32_t index) const
 
lldb::ByteOrder GetByteOrder () const
 
const DWARFDebugArangesGetFunctionAranges ()
 
void SetBaseAddress (dw_addr_t base_addr)
 
DWARFBaseDIE GetUnitDIEOnly ()
 
DWARFDIE DIE ()
 
DWARFDIE GetDIE (dw_offset_t die_offset)
 
llvm::StringRef PeekDIEName (dw_offset_t die_offset)
 Returns the AT_Name of the DIE at die_offset, if it exists, without parsing the entire compile unit.
 
DWARFUnitGetNonSkeletonUnit ()
 
lldb_private::CompileUnitGetLLDBCompUnit () const
 
void SetLLDBCompUnit (lldb_private::CompileUnit *cu)
 
DWARFCompileUnitGetSkeletonUnit ()
 Get the skeleton compile unit for a DWO file.
 
void SetSkeletonUnit (DWARFUnit *skeleton_unit)
 
bool Supports_DW_AT_APPLE_objc_complete_type ()
 
bool DW_AT_decl_file_attributes_are_invalid ()
 
bool Supports_unnamed_objc_bitfields ()
 
SymbolFileDWARFGetSymbolFileDWARF () const
 
DWARFProducer GetProducer ()
 
llvm::VersionTuple GetProducerVersion ()
 
uint64_t GetDWARFLanguageType ()
 
bool GetIsOptimized ()
 
const FileSpecGetCompilationDirectory ()
 
const FileSpecGetAbsolutePath ()
 
FileSpec GetFile (size_t file_idx)
 
FileSpec::Style GetPathStyle ()
 
SymbolFileDWARFDwoGetDwoSymbolFile (bool load_all_debug_info=true)
 
die_iterator_range dies ()
 
DIERef::Section GetDebugSection () const
 
uint8_t GetUnitType () const
 
bool IsTypeUnit () const
 
bool IsSkeletonUnit () const
 Note that this check only works for DWARF5+.
 
std::optional< uint64_t > GetStringOffsetSectionItem (uint32_t index) const
 
llvm::Expected< DWARFRangeListFindRnglistFromOffset (dw_offset_t offset)
 Return a list of address ranges resulting from a (possibly encoded) range list starting at a given offset in the appropriate ranges section.
 
llvm::Expected< DWARFRangeListFindRnglistFromIndex (uint32_t index)
 Return a list of address ranges retrieved from an encoded range list whose offset is found via a table lookup given an index (DWARF v5 and later).
 
llvm::Expected< uint64_t > GetRnglistOffset (uint32_t Index)
 Return a rangelist's offset based on an index.
 
std::optional< uint64_t > GetLoclistOffset (uint32_t Index)
 
std::unique_ptr< llvm::DWARFLocationTable > GetLocationTable (const DataExtractor &data) const
 Return the location table for parsing the given location list data.
 
DWARFDataExtractor GetLocationData () const
 
bool HasAny (llvm::ArrayRef< dw_tag_t > tags)
 Returns true if any DIEs in the unit match any DW_TAG values in tags.
 
const StatusGetDwoError () const
 Get the fission .dwo file specific error for this compile unit.
 
void SetDwoError (const Status &error)
 Set the fission .dwo file specific error for this compile unit.
 
- Public Member Functions inherited from lldb_private::UserID
 UserID (lldb::user_id_t uid=LLDB_INVALID_UID)
 Construct with optional user ID.
 
 ~UserID ()=default
 Destructor.
 
void Clear ()
 Clears the object state.
 
lldb::user_id_t GetID () const
 Get accessor for the user ID.
 
void SetID (lldb::user_id_t uid)
 Set accessor for the user ID.
 

Static Public Member Functions

static llvm::Expected< DWARFUnitSPextract (SymbolFileDWARF &dwarf2Data, lldb::user_id_t uid, const DWARFDataExtractor &debug_info, DIERef::Section section, lldb::offset_t *offset_ptr)
 
static uint8_t GetAddressByteSize (const DWARFUnit *cu)
 
static uint8_t GetDefaultAddressSize ()
 

Protected Member Functions

 DWARFUnit (SymbolFileDWARF &dwarf, lldb::user_id_t uid, const DWARFUnitHeader &header, const llvm::DWARFAbbreviationDeclarationSet &abbrevs, DIERef::Section section, bool is_dwo)
 
llvm::Error ExtractHeader (SymbolFileDWARF &dwarf, const DWARFDataExtractor &data, lldb::offset_t *offset_ptr)
 
const DWARFDebugInfoEntryGetUnitDIEPtrOnly ()
 
const DWARFDebugInfoEntryDIEPtr ()
 
const std::optional< llvm::DWARFDebugRnglistTable > & GetRnglistTable ()
 
DWARFDataExtractor GetRnglistData () const
 

Protected Attributes

SymbolFileDWARFm_dwarf
 
std::shared_ptr< DWARFUnitm_dwo
 
DWARFUnitHeader m_header
 
const llvm::DWARFAbbreviationDeclarationSet * m_abbrevs = nullptr
 
lldb_private::CompileUnitm_lldb_cu = nullptr
 
DWARFUnitm_skeleton_unit = nullptr
 
DWARFDebugInfoEntry::collection m_die_array
 
llvm::sys::RWMutex m_die_array_mutex
 
llvm::sys::RWMutex m_die_array_scoped_mutex
 
std::atomic< bool > m_cancel_scopes
 
DWARFDebugInfoEntry m_first_die
 
llvm::sys::RWMutex m_first_die_mutex
 
std::unique_ptr< DWARFDebugArangesm_func_aranges_up
 
dw_addr_t m_base_addr = 0
 
DWARFProducer m_producer = eProducerInvalid
 
llvm::VersionTuple m_producer_version
 
std::optional< uint64_t > m_language_type
 
LazyBool m_is_optimized = eLazyBoolCalculate
 
std::optional< FileSpecm_comp_dir
 
std::optional< FileSpecm_file_spec
 
std::optional< dw_addr_tm_addr_base
 Value of DW_AT_addr_base.
 
dw_addr_t m_loclists_base = 0
 Value of DW_AT_loclists_base.
 
dw_addr_t m_ranges_base = 0
 Value of DW_AT_rnglists_base.
 
std::optional< uint64_t > m_gnu_addr_base
 
std::optional< uint64_t > m_gnu_ranges_base
 
dw_offset_t m_line_table_offset = DW_INVALID_OFFSET
 Value of DW_AT_stmt_list.
 
dw_offset_t m_str_offsets_base = 0
 
std::optional< llvm::DWARFDebugRnglistTable > m_rnglist_table
 
bool m_rnglist_table_done = false
 
std::optional< llvm::DWARFListTableHeader > m_loclist_table_header
 
const DIERef::Section m_section
 
bool m_is_dwo
 
bool m_has_parsed_non_skeleton_unit
 
std::optional< uint64_t > m_dwo_id
 Value of DW_AT_GNU_dwo_id (v4) or dwo_id from CU header (v5).
 
Status m_dwo_error
 If we get an error when trying to load a .dwo file, save that error here.
 
- Protected Attributes inherited from lldb_private::UserID
lldb::user_id_t m_uid
 The user ID that uniquely identifies an object.
 

Private Types

using die_iterator_range = llvm::iterator_range< DWARFDebugInfoEntry::collection::iterator >
 

Private Member Functions

void ParseProducerInfo ()
 
void ExtractDIEsRWLocked ()
 
void ClearDIEsRWLocked ()
 
void AddUnitDIE (const DWARFDebugInfoEntry &cu_die)
 
void SetDwoStrOffsetsBase ()
 
void ComputeCompDirAndGuessPathStyle ()
 
void ComputeAbsolutePath ()
 
 DWARFUnit (const DWARFUnit &)=delete
 
const DWARFUnitoperator= (const DWARFUnit &)=delete
 

Detailed Description

Definition at line 89 of file DWARFUnit.h.

Member Typedef Documentation

◆ die_iterator_range

using lldb_private::plugin::dwarf::DWARFUnit::die_iterator_range = llvm::iterator_range<DWARFDebugInfoEntry::collection::iterator>
private

Definition at line 90 of file DWARFUnit.h.

Constructor & Destructor Documentation

◆ ~DWARFUnit()

DWARFUnit::~DWARFUnit ( )
virtualdefault

◆ DWARFUnit() [1/2]

DWARFUnit::DWARFUnit ( SymbolFileDWARF dwarf,
lldb::user_id_t  uid,
const DWARFUnitHeader header,
const llvm::DWARFAbbreviationDeclarationSet &  abbrevs,
DIERef::Section  section,
bool  is_dwo 
)
protected

Definition at line 35 of file DWARFUnit.cpp.

◆ DWARFUnit() [2/2]

lldb_private::plugin::dwarf::DWARFUnit::DWARFUnit ( const DWARFUnit )
privatedelete

Member Function Documentation

◆ AddUnitDIE()

void DWARFUnit::AddUnitDIE ( const DWARFDebugInfoEntry cu_die)
private

◆ BuildAddressRangeTable()

virtual void lldb_private::plugin::dwarf::DWARFUnit::BuildAddressRangeTable ( DWARFDebugAranges debug_aranges)
pure virtual

◆ ClearDIEsRWLocked()

void DWARFUnit::ClearDIEsRWLocked ( )
private

Definition at line 624 of file DWARFUnit.cpp.

References m_die_array, and m_dwo.

◆ ComputeAbsolutePath()

void DWARFUnit::ComputeAbsolutePath ( )
private

◆ ComputeCompDirAndGuessPathStyle()

void DWARFUnit::ComputeCompDirAndGuessPathStyle ( )
private

◆ ContainsDIEOffset()

bool lldb_private::plugin::dwarf::DWARFUnit::ContainsDIEOffset ( dw_offset_t  die_offset) const
inline

◆ DIE()

DWARFDIE lldb_private::plugin::dwarf::DWARFUnit::DIE ( )
inline

◆ DIEPtr()

const DWARFDebugInfoEntry * lldb_private::plugin::dwarf::DWARFUnit::DIEPtr ( )
inlineprotected

Definition at line 342 of file DWARFUnit.h.

References ExtractDIEsIfNeeded(), and m_die_array.

Referenced by DIE(), and GetFunctionAranges().

◆ dies()

die_iterator_range lldb_private::plugin::dwarf::DWARFUnit::dies ( )
inline

◆ Dump()

virtual void lldb_private::plugin::dwarf::DWARFUnit::Dump ( Stream s) const
pure virtual

◆ DW_AT_decl_file_attributes_are_invalid()

bool DWARFUnit::DW_AT_decl_file_attributes_are_invalid ( )

Definition at line 734 of file DWARFUnit.cpp.

References lldb_private::plugin::dwarf::eProducerLLVMGCC, and GetProducer().

◆ extract()

llvm::Expected< DWARFUnitSP > DWARFUnit::extract ( SymbolFileDWARF dwarf2Data,
lldb::user_id_t  uid,
const DWARFDataExtractor debug_info,
DIERef::Section  section,
lldb::offset_t offset_ptr 
)
static

◆ ExtractDIEsIfNeeded()

void DWARFUnit::ExtractDIEsIfNeeded ( )

Definition at line 147 of file DWARFUnit.cpp.

References ExtractDIEsRWLocked(), m_cancel_scopes, m_die_array, and m_die_array_mutex.

Referenced by DIEPtr(), dies(), and GetDIE().

◆ ExtractDIEsRWLocked()

void DWARFUnit::ExtractDIEsRWLocked ( )
private

◆ ExtractDIEsScoped()

DWARFUnit::ScopedExtractDIEs DWARFUnit::ExtractDIEsScoped ( )

◆ ExtractHeader()

llvm::Error lldb_private::plugin::dwarf::DWARFUnit::ExtractHeader ( SymbolFileDWARF dwarf,
const DWARFDataExtractor data,
lldb::offset_t offset_ptr 
)
protected

◆ ExtractUnitDIEIfNeeded()

void DWARFUnit::ExtractUnitDIEIfNeeded ( )

◆ ExtractUnitDIENoDwoIfNeeded()

void DWARFUnit::ExtractUnitDIENoDwoIfNeeded ( )

◆ FindRnglistFromIndex()

llvm::Expected< DWARFRangeList > DWARFUnit::FindRnglistFromIndex ( uint32_t  index)

Return a list of address ranges retrieved from an encoded range list whose offset is found via a table lookup given an index (DWARF v5 and later).

Definition at line 1137 of file DWARFUnit.cpp.

References FindRnglistFromOffset(), and GetRnglistOffset().

Referenced by GetRangesOrReportError().

◆ FindRnglistFromOffset()

llvm::Expected< DWARFRangeList > DWARFUnit::FindRnglistFromOffset ( dw_offset_t  offset)

◆ GetAbbreviations()

const llvm::DWARFAbbreviationDeclarationSet * DWARFUnit::GetAbbreviations ( ) const

◆ GetAbbrevOffset()

dw_offset_t DWARFUnit::GetAbbrevOffset ( ) const

◆ GetAbsolutePath()

const FileSpec & DWARFUnit::GetAbsolutePath ( )

Definition at line 832 of file DWARFUnit.cpp.

References ComputeAbsolutePath(), and m_file_spec.

◆ GetAddrBase()

dw_addr_t lldb_private::plugin::dwarf::DWARFUnit::GetAddrBase ( ) const
inline

◆ GetAddressByteSize() [1/2]

uint8_t lldb_private::plugin::dwarf::DWARFUnit::GetAddressByteSize ( ) const
inline

◆ GetAddressByteSize() [2/2]

uint8_t DWARFUnit::GetAddressByteSize ( const DWARFUnit cu)
static

Definition at line 702 of file DWARFUnit.cpp.

References GetAddressByteSize(), and GetDefaultAddressSize().

◆ GetBaseAddress()

dw_addr_t lldb_private::plugin::dwarf::DWARFUnit::GetBaseAddress ( ) const
inline

◆ GetByteOrder()

lldb::ByteOrder DWARFUnit::GetByteOrder ( ) const

◆ GetCompilationDirectory()

const FileSpec & DWARFUnit::GetCompilationDirectory ( )

◆ GetData()

const lldb_private::DWARFDataExtractor & DWARFUnit::GetData ( ) const

◆ GetDebugInfoSize()

size_t DWARFUnit::GetDebugInfoSize ( ) const

Definition at line 441 of file DWARFUnit.cpp.

References GetHeaderByteSize(), GetLength(), and GetLengthByteSize().

Referenced by ExtractDIEsRWLocked().

◆ GetDebugSection()

DIERef::Section lldb_private::plugin::dwarf::DWARFUnit::GetDebugSection ( ) const
inline

◆ GetDefaultAddressSize()

uint8_t DWARFUnit::GetDefaultAddressSize ( )
static

Definition at line 708 of file DWARFUnit.cpp.

Referenced by GetAddressByteSize().

◆ GetDIE()

DWARFDIE DWARFUnit::GetDIE ( dw_offset_t  die_offset)

◆ GetDWARFLanguageType()

uint64_t DWARFUnit::GetDWARFLanguageType ( )

◆ GetDwoError()

const Status & lldb_private::plugin::dwarf::DWARFUnit::GetDwoError ( ) const
inline

Get the fission .dwo file specific error for this compile unit.

The skeleton compile unit only can have a DWO error. Any other type of DWARFUnit will not have a valid DWO error.

Returns
A valid DWO error if there is a problem with anything in the locating or parsing inforamtion in the .dwo file

Definition at line 311 of file DWARFUnit.h.

References m_dwo_error.

Referenced by lldb_private::plugin::dwarf::SymbolFileDWARF::CalculateFrameVariableError(), and lldb_private::plugin::dwarf::SymbolFileDWARF::GetSeparateDebugInfo().

◆ GetDWOId()

std::optional< uint64_t > DWARFUnit::GetDWOId ( )

◆ GetDwoSymbolFile()

SymbolFileDWARFDwo * DWARFUnit::GetDwoSymbolFile ( bool  load_all_debug_info = true)

◆ GetFile()

FileSpec DWARFUnit::GetFile ( size_t  file_idx)

◆ GetFirstDIEOffset()

dw_offset_t lldb_private::plugin::dwarf::DWARFUnit::GetFirstDIEOffset ( ) const
inline

◆ GetFunctionAranges()

const DWARFDebugAranges & DWARFUnit::GetFunctionAranges ( )

◆ GetHeaderByteSize()

uint32_t DWARFUnit::GetHeaderByteSize ( ) const

Get the size in bytes of the unit header.

Returns
Byte size of the unit header

Definition at line 1071 of file DWARFUnit.cpp.

References lldb_private::plugin::dwarf::DWARFUnitHeader::GetUnitType(), GetVersion(), and m_header.

Referenced by GetDebugInfoSize(), and GetFirstDIEOffset().

◆ GetHeaderDWOId()

std::optional< uint64_t > lldb_private::plugin::dwarf::DWARFUnit::GetHeaderDWOId ( )
inline

Get the DWO ID from the DWARFUnitHeader only.

DWARF5 skeleton units have the DWO ID in the compile unit header and we sometimes only want to access this cheap value without causing the more expensive attribute fetches that GetDWOId() uses.

Definition at line 108 of file DWARFUnit.h.

References lldb_private::plugin::dwarf::DWARFUnitHeader::GetDWOId(), and m_header.

◆ GetIsOptimized()

bool DWARFUnit::GetIsOptimized ( )

◆ GetLength()

dw_offset_t lldb_private::plugin::dwarf::DWARFUnit::GetLength ( ) const
inline

◆ GetLengthByteSize()

size_t lldb_private::plugin::dwarf::DWARFUnit::GetLengthByteSize ( ) const
inline

Get the size in bytes of the length field in the header.

In DWARF32 this is just 4 bytes

Returns
Byte size of the compile unit header length field

Definition at line 153 of file DWARFUnit.h.

Referenced by GetDebugInfoSize().

◆ GetLineTableOffset()

dw_offset_t DWARFUnit::GetLineTableOffset ( )

◆ GetLLDBCompUnit()

lldb_private::CompileUnit * lldb_private::plugin::dwarf::DWARFUnit::GetLLDBCompUnit ( ) const
inline

◆ GetLocationData()

DWARFDataExtractor DWARFUnit::GetLocationData ( ) const

◆ GetLocationTable()

std::unique_ptr< llvm::DWARFLocationTable > DWARFUnit::GetLocationTable ( const DataExtractor data) const

Return the location table for parsing the given location list data.

The format is chosen according to the unit type. Never returns null.

Definition at line 522 of file DWARFUnit.cpp.

References lldb::eByteOrderLittle, lldb_private::DataExtractor::GetAddressByteSize(), lldb_private::DataExtractor::GetByteOrder(), lldb_private::DataExtractor::GetData(), GetVersion(), and m_is_dwo.

Referenced by lldb_private::DWARFExpression::ParseDWARFLocationList().

◆ GetLoclistOffset()

std::optional< uint64_t > lldb_private::plugin::dwarf::DWARFUnit::GetLoclistOffset ( uint32_t  Index)
inline

◆ GetNextUnitOffset()

dw_offset_t lldb_private::plugin::dwarf::DWARFUnit::GetNextUnitOffset ( ) const
inline

◆ GetNonSkeletonUnit()

DWARFUnit & DWARFUnit::GetNonSkeletonUnit ( )

◆ GetOffset()

dw_offset_t lldb_private::plugin::dwarf::DWARFUnit::GetOffset ( ) const
inline

◆ GetPathStyle()

FileSpec::Style DWARFUnit::GetPathStyle ( )

◆ GetProducer()

DWARFProducer DWARFUnit::GetProducer ( )

◆ GetProducerVersion()

llvm::VersionTuple DWARFUnit::GetProducerVersion ( )

Definition at line 788 of file DWARFUnit.cpp.

References m_producer_version, and ParseProducerInfo().

Referenced by Supports_unnamed_objc_bitfields().

◆ GetRangesBase()

dw_addr_t lldb_private::plugin::dwarf::DWARFUnit::GetRangesBase ( ) const
inline

Definition at line 174 of file DWARFUnit.h.

References m_ranges_base.

Referenced by lldb_private::plugin::dwarf::DWARFDebugRanges::FindRanges().

◆ GetRnglistData()

DWARFDataExtractor DWARFUnit::GetRnglistData ( ) const
protected

◆ GetRnglistOffset()

llvm::Expected< uint64_t > DWARFUnit::GetRnglistOffset ( uint32_t  Index)

Return a rangelist's offset based on an index.

The index designates an entry in the rangelist table's offset array and is supplied by DW_FORM_rnglistx.

Definition at line 586 of file DWARFUnit.cpp.

References GetOffset(), GetRnglistData(), GetRnglistTable(), and m_ranges_base.

Referenced by FindRnglistFromIndex().

◆ GetRnglistTable()

const std::optional< llvm::DWARFDebugRnglistTable > & DWARFUnit::GetRnglistTable ( )
protected

◆ GetSkeletonUnit()

DWARFCompileUnit * DWARFUnit::GetSkeletonUnit ( )

Get the skeleton compile unit for a DWO file.

We need to keep track of the skeleton compile unit for a DWO file so we can access it. Sometimes this value is cached when the skeleton compile unit is first parsed, but if a .dwp file parses all of the DWARFUnits in the file, the skeleton compile unit might not have been parsed yet, to there might not be a backlink. This accessor handles both cases correctly and avoids crashes.

Definition at line 710 of file DWARFUnit.cpp.

References lldb_private::plugin::dwarf::SymbolFileDWARFDwo::GetBaseSymbolFile(), lldb_private::plugin::dwarf::SymbolFileDWARF::GetSkeletonUnit(), GetSymbolFileDWARF(), IsDWOUnit(), and m_skeleton_unit.

Referenced by lldb_private::plugin::dwarf::SymbolFileDWARF::GetCompUnitForDWARFCompUnit().

◆ GetStringOffsetSectionItem()

std::optional< uint64_t > DWARFUnit::GetStringOffsetSectionItem ( uint32_t  index) const

◆ GetStrOffsetsBase()

dw_addr_t lldb_private::plugin::dwarf::DWARFUnit::GetStrOffsetsBase ( ) const
inline

Definition at line 175 of file DWARFUnit.h.

References m_str_offsets_base.

Referenced by GetStringOffsetSectionItem().

◆ GetSymbolFileDWARF()

SymbolFileDWARF & lldb_private::plugin::dwarf::DWARFUnit::GetSymbolFileDWARF ( ) const
inline

◆ GetUnitDIEOnly()

DWARFBaseDIE lldb_private::plugin::dwarf::DWARFUnit::GetUnitDIEOnly ( )
inline

◆ GetUnitDIEPtrOnly()

const DWARFDebugInfoEntry * lldb_private::plugin::dwarf::DWARFUnit::GetUnitDIEPtrOnly ( )
inlineprotected

◆ GetUnitType()

uint8_t lldb_private::plugin::dwarf::DWARFUnit::GetUnitType ( ) const
inline

Definition at line 253 of file DWARFUnit.h.

References lldb_private::plugin::dwarf::DWARFUnitHeader::GetUnitType(), and m_header.

Referenced by IsSkeletonUnit().

◆ GetVersion()

uint16_t lldb_private::plugin::dwarf::DWARFUnit::GetVersion ( ) const
inline

◆ HasAny()

bool DWARFUnit::HasAny ( llvm::ArrayRef< dw_tag_t tags)

Returns true if any DIEs in the unit match any DW_TAG values in tags.

Parameters
[in]tagsAn array of dw_tag_t values to check all abbrevitions for.
Returns
True if any DIEs match any tag in tags, false otherwise.

Definition at line 1144 of file DWARFUnit.cpp.

References ExtractUnitDIEIfNeeded(), m_die_array, and m_dwo.

Referenced by lldb_private::plugin::dwarf::SymbolFileDWARF::CalculateFrameVariableError().

◆ IsDWOUnit()

bool lldb_private::plugin::dwarf::DWARFUnit::IsDWOUnit ( )
inline

◆ IsSkeletonUnit()

bool lldb_private::plugin::dwarf::DWARFUnit::IsSkeletonUnit ( ) const
inline

Note that this check only works for DWARF5+.

Definition at line 256 of file DWARFUnit.h.

References GetUnitType().

Referenced by lldb_private::plugin::dwarf::ManualDWARFIndex::IndexUnit().

◆ IsTypeUnit()

bool lldb_private::plugin::dwarf::DWARFUnit::IsTypeUnit ( ) const
inline

◆ operator=()

const DWARFUnit & lldb_private::plugin::dwarf::DWARFUnit::operator= ( const DWARFUnit )
privatedelete

◆ ParseProducerInfo()

void DWARFUnit::ParseProducerInfo ( )
private

◆ PeekDIEName()

llvm::StringRef DWARFUnit::PeekDIEName ( dw_offset_t  die_offset)

Returns the AT_Name of the DIE at die_offset, if it exists, without parsing the entire compile unit.

An empty is string is returned upon error or if the attribute is not present.

Definition at line 671 of file DWARFUnit.cpp.

References lldb_private::plugin::dwarf::DWARFDebugInfoEntry::Extract(), lldb_private::plugin::dwarf::DWARFDebugInfoEntry::GetAttributeValue(), lldb_private::plugin::dwarf::DWARFDebugInfoEntry::GetAttributeValueAsString(), GetData(), and lldb_private::plugin::dwarf::DWARFFormValue::ReferencedUnitAndOffset().

◆ ReadAddressFromDebugAddrSection()

dw_addr_t DWARFUnit::ReadAddressFromDebugAddrSection ( uint32_t  index) const

◆ SetAddrBase()

void DWARFUnit::SetAddrBase ( dw_addr_t  addr_base)

Definition at line 459 of file DWARFUnit.cpp.

References m_addr_base.

Referenced by AddUnitDIE(), and ExtractUnitDIEIfNeeded().

◆ SetBaseAddress()

void DWARFUnit::SetBaseAddress ( dw_addr_t  base_addr)

Definition at line 636 of file DWARFUnit.cpp.

References m_base_addr.

Referenced by AddUnitDIE(), and ExtractUnitDIEIfNeeded().

◆ SetDwoError()

void lldb_private::plugin::dwarf::DWARFUnit::SetDwoError ( const Status error)
inline

Set the fission .dwo file specific error for this compile unit.

This helps tracks issues that arise when trying to locate or parse a .dwo file. Things like a missing .dwo file, DWO ID mismatch, and other .dwo errors can be stored in each compile unit so the issues can be communicated to the user.

Definition at line 319 of file DWARFUnit.h.

References error(), and m_dwo_error.

Referenced by ExtractUnitDIEIfNeeded(), and lldb_private::plugin::dwarf::SymbolFileDWARF::GetDwoSymbolFileForCompileUnit().

◆ SetDwoStrOffsetsBase()

void DWARFUnit::SetDwoStrOffsetsBase ( )
private

◆ SetLLDBCompUnit()

void lldb_private::plugin::dwarf::DWARFUnit::SetLLDBCompUnit ( lldb_private::CompileUnit cu)
inline

◆ SetLoclistsBase()

void DWARFUnit::SetLoclistsBase ( dw_addr_t  loclists_base)

◆ SetRangesBase()

void DWARFUnit::SetRangesBase ( dw_addr_t  ranges_base)

Definition at line 563 of file DWARFUnit.cpp.

References lldbassert, m_ranges_base, and m_rnglist_table_done.

Referenced by AddUnitDIE(), and ExtractUnitDIEIfNeeded().

◆ SetSkeletonUnit()

void DWARFUnit::SetSkeletonUnit ( DWARFUnit skeleton_unit)

Definition at line 721 of file DWARFUnit.cpp.

References m_skeleton_unit.

Referenced by ExtractUnitDIEIfNeeded().

◆ SetStrOffsetsBase()

void DWARFUnit::SetStrOffsetsBase ( dw_offset_t  str_offsets_base)

Definition at line 608 of file DWARFUnit.cpp.

References m_str_offsets_base.

Referenced by AddUnitDIE(), and SetDwoStrOffsetsBase().

◆ Supports_DW_AT_APPLE_objc_complete_type()

bool DWARFUnit::Supports_DW_AT_APPLE_objc_complete_type ( )

◆ Supports_unnamed_objc_bitfields()

bool DWARFUnit::Supports_unnamed_objc_bitfields ( )

◆ Verify()

bool lldb_private::plugin::dwarf::DWARFUnit::Verify ( Stream s) const

Member Data Documentation

◆ m_abbrevs

const llvm::DWARFAbbreviationDeclarationSet* lldb_private::plugin::dwarf::DWARFUnit::m_abbrevs = nullptr
protected

Definition at line 356 of file DWARFUnit.h.

Referenced by GetAbbreviations(), and GetAbbrevOffset().

◆ m_addr_base

std::optional<dw_addr_t> lldb_private::plugin::dwarf::DWARFUnit::m_addr_base
protected

Value of DW_AT_addr_base.

Definition at line 383 of file DWARFUnit.h.

Referenced by ExtractUnitDIEIfNeeded(), GetAddrBase(), and SetAddrBase().

◆ m_base_addr

dw_addr_t lldb_private::plugin::dwarf::DWARFUnit::m_base_addr = 0
protected

Definition at line 376 of file DWARFUnit.h.

Referenced by AddUnitDIE(), GetBaseAddress(), and SetBaseAddress().

◆ m_cancel_scopes

std::atomic<bool> lldb_private::plugin::dwarf::DWARFUnit::m_cancel_scopes
protected

Definition at line 367 of file DWARFUnit.h.

Referenced by ExtractDIEsIfNeeded(), and ExtractDIEsScoped().

◆ m_comp_dir

std::optional<FileSpec> lldb_private::plugin::dwarf::DWARFUnit::m_comp_dir
protected

◆ m_die_array

DWARFDebugInfoEntry::collection lldb_private::plugin::dwarf::DWARFUnit::m_die_array
protected

◆ m_die_array_mutex

llvm::sys::RWMutex lldb_private::plugin::dwarf::DWARFUnit::m_die_array_mutex
mutableprotected

Definition at line 362 of file DWARFUnit.h.

Referenced by ExtractDIEsIfNeeded(), and ExtractDIEsScoped().

◆ m_die_array_scoped_mutex

llvm::sys::RWMutex lldb_private::plugin::dwarf::DWARFUnit::m_die_array_scoped_mutex
mutableprotected

◆ m_dwarf

SymbolFileDWARF& lldb_private::plugin::dwarf::DWARFUnit::m_dwarf
protected

◆ m_dwo

std::shared_ptr<DWARFUnit> lldb_private::plugin::dwarf::DWARFUnit::m_dwo
protected

◆ m_dwo_error

Status lldb_private::plugin::dwarf::DWARFUnit::m_dwo_error
protected

If we get an error when trying to load a .dwo file, save that error here.

Errors include .dwo/.dwp file not found, or the .dwp/.dwp file was found but DWO ID doesn't match, etc.

Definition at line 406 of file DWARFUnit.h.

Referenced by ExtractUnitDIEIfNeeded(), GetDwoError(), and SetDwoError().

◆ m_dwo_id

std::optional<uint64_t> lldb_private::plugin::dwarf::DWARFUnit::m_dwo_id
protected

Value of DW_AT_GNU_dwo_id (v4) or dwo_id from CU header (v5).

Definition at line 402 of file DWARFUnit.h.

Referenced by AddUnitDIE(), ExtractUnitDIEIfNeeded(), and GetDWOId().

◆ m_file_spec

std::optional<FileSpec> lldb_private::plugin::dwarf::DWARFUnit::m_file_spec
protected

Definition at line 382 of file DWARFUnit.h.

Referenced by ComputeAbsolutePath(), and GetAbsolutePath().

◆ m_first_die

DWARFDebugInfoEntry lldb_private::plugin::dwarf::DWARFUnit::m_first_die
protected

◆ m_first_die_mutex

llvm::sys::RWMutex lldb_private::plugin::dwarf::DWARFUnit::m_first_die_mutex
protected

Definition at line 372 of file DWARFUnit.h.

Referenced by ExtractDIEsRWLocked(), and ExtractUnitDIENoDwoIfNeeded().

◆ m_func_aranges_up

std::unique_ptr<DWARFDebugAranges> lldb_private::plugin::dwarf::DWARFUnit::m_func_aranges_up
protected

Definition at line 375 of file DWARFUnit.h.

Referenced by GetFunctionAranges().

◆ m_gnu_addr_base

std::optional<uint64_t> lldb_private::plugin::dwarf::DWARFUnit::m_gnu_addr_base
protected

Definition at line 386 of file DWARFUnit.h.

Referenced by AddUnitDIE(), and ExtractUnitDIEIfNeeded().

◆ m_gnu_ranges_base

std::optional<uint64_t> lldb_private::plugin::dwarf::DWARFUnit::m_gnu_ranges_base
protected

Definition at line 387 of file DWARFUnit.h.

Referenced by AddUnitDIE(), and ExtractUnitDIEIfNeeded().

◆ m_has_parsed_non_skeleton_unit

bool lldb_private::plugin::dwarf::DWARFUnit::m_has_parsed_non_skeleton_unit
protected

Definition at line 400 of file DWARFUnit.h.

Referenced by AddUnitDIE(), and ExtractUnitDIEIfNeeded().

◆ m_header

DWARFUnitHeader lldb_private::plugin::dwarf::DWARFUnit::m_header
protected

◆ m_is_dwo

bool lldb_private::plugin::dwarf::DWARFUnit::m_is_dwo
protected

Definition at line 399 of file DWARFUnit.h.

Referenced by AddUnitDIE(), GetLocationTable(), and IsDWOUnit().

◆ m_is_optimized

LazyBool lldb_private::plugin::dwarf::DWARFUnit::m_is_optimized = eLazyBoolCalculate
protected

Definition at line 380 of file DWARFUnit.h.

Referenced by GetIsOptimized().

◆ m_language_type

std::optional<uint64_t> lldb_private::plugin::dwarf::DWARFUnit::m_language_type
protected

Definition at line 379 of file DWARFUnit.h.

Referenced by GetDWARFLanguageType().

◆ m_line_table_offset

dw_offset_t lldb_private::plugin::dwarf::DWARFUnit::m_line_table_offset = DW_INVALID_OFFSET
protected

Value of DW_AT_stmt_list.

Definition at line 390 of file DWARFUnit.h.

Referenced by AddUnitDIE(), and GetLineTableOffset().

◆ m_lldb_cu

lldb_private::CompileUnit* lldb_private::plugin::dwarf::DWARFUnit::m_lldb_cu = nullptr
protected

Definition at line 357 of file DWARFUnit.h.

Referenced by GetLLDBCompUnit(), and SetLLDBCompUnit().

◆ m_loclist_table_header

std::optional<llvm::DWARFListTableHeader> lldb_private::plugin::dwarf::DWARFUnit::m_loclist_table_header
protected

Definition at line 396 of file DWARFUnit.h.

Referenced by GetLoclistOffset(), and SetLoclistsBase().

◆ m_loclists_base

dw_addr_t lldb_private::plugin::dwarf::DWARFUnit::m_loclists_base = 0
protected

Value of DW_AT_loclists_base.

Definition at line 384 of file DWARFUnit.h.

Referenced by GetLoclistOffset(), and SetLoclistsBase().

◆ m_producer

DWARFProducer lldb_private::plugin::dwarf::DWARFUnit::m_producer = eProducerInvalid
protected

Definition at line 377 of file DWARFUnit.h.

Referenced by GetProducer(), and ParseProducerInfo().

◆ m_producer_version

llvm::VersionTuple lldb_private::plugin::dwarf::DWARFUnit::m_producer_version
protected

Definition at line 378 of file DWARFUnit.h.

Referenced by GetProducerVersion(), and ParseProducerInfo().

◆ m_ranges_base

dw_addr_t lldb_private::plugin::dwarf::DWARFUnit::m_ranges_base = 0
protected

Value of DW_AT_rnglists_base.

Definition at line 385 of file DWARFUnit.h.

Referenced by GetRangesBase(), GetRnglistOffset(), GetRnglistTable(), and SetRangesBase().

◆ m_rnglist_table

std::optional<llvm::DWARFDebugRnglistTable> lldb_private::plugin::dwarf::DWARFUnit::m_rnglist_table
protected

Definition at line 394 of file DWARFUnit.h.

Referenced by GetRnglistTable().

◆ m_rnglist_table_done

bool lldb_private::plugin::dwarf::DWARFUnit::m_rnglist_table_done = false
protected

Definition at line 395 of file DWARFUnit.h.

Referenced by GetRnglistTable(), and SetRangesBase().

◆ m_section

const DIERef::Section lldb_private::plugin::dwarf::DWARFUnit::m_section
protected

Definition at line 398 of file DWARFUnit.h.

Referenced by GetData(), and GetDebugSection().

◆ m_skeleton_unit

DWARFUnit* lldb_private::plugin::dwarf::DWARFUnit::m_skeleton_unit = nullptr
protected

Definition at line 359 of file DWARFUnit.h.

Referenced by GetSkeletonUnit(), and SetSkeletonUnit().

◆ m_str_offsets_base

dw_offset_t lldb_private::plugin::dwarf::DWARFUnit::m_str_offsets_base = 0
protected

Definition at line 392 of file DWARFUnit.h.

Referenced by GetStrOffsetsBase(), and SetStrOffsetsBase().


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