forked from OSchip/llvm-project
68dafe40a6
SymbolFileDWARF::ResolveSymbolContext is currently unaware that in DWARF5 the primary file is specified at file index 0. As a result it misses to correctly resolve the symbol context for the primary file when DWARF5 debug data is used and the primary file is only specified at index 0. This change makes use of CompileUnit::ResolveSymbolContext to resolve the symbol context. The ResolveSymbolContext in CompileUnit has been previously already updated to reflect changes in DWARF5 and contains a more readable version. It can resolve more, but will also do a bit more work than SymbolFileDWARF::ResolveSymbolContext (getting the Module, and going through SymbolFileDWARF::ResolveSymbolContextForAddress), however, it's mostly directed by $resolve_scope what will be resolved, and ensures that code is easier to maintain if there's only one path. Reviewed By: labath Differential Revision: https://reviews.llvm.org/D98619 |
||
---|---|---|
.. | ||
ABI | ||
Architecture | ||
Disassembler | ||
DynamicLoader | ||
ExpressionParser | ||
Instruction | ||
InstrumentationRuntime | ||
JITLoader | ||
Language | ||
LanguageRuntime | ||
MemoryHistory | ||
ObjectContainer | ||
ObjectFile | ||
OperatingSystem | ||
Platform | ||
Process | ||
ScriptInterpreter | ||
StructuredData | ||
SymbolFile | ||
SymbolVendor | ||
SystemRuntime | ||
Trace | ||
TypeSystem | ||
UnwindAssembly | ||
CMakeLists.txt | ||
Plugins.def.in |