We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c32f8 commit 99e4bd9Copy full SHA for 99e4bd9
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
@@ -1746,7 +1746,7 @@ SymbolFileDWARF *SymbolFileDWARF::GetDIERefSymbolFile(const DIERef &die_ref) {
1746
1747
if (file_index) {
1748
// We have a SymbolFileDWARFDebugMap, so let it find the right file
1749
-\ if (SymbolFileDWARFDebugMap *debug_map = GetDebugMapSymfile())
+ if (SymbolFileDWARFDebugMap *debug_map = GetDebugMapSymfile())
1750
return debug_map->GetSymbolFileByOSOIndex(*file_index);
1751
1752
// Handle the .dwp file case correctly
0 commit comments