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.
2 parents 5441e0c + cb4c9cd commit 4cb7a95Copy full SHA for 4cb7a95
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
@@ -3936,10 +3936,9 @@ void SymbolFileDWARF::ParseAndAppendGlobalVariable(
3936
break;
3937
3938
default:
3939
- GetObjectFile()->GetModule()->ReportError(
3940
- "didn't find appropriate parent DIE for variable list for {0:x8} "
3941
- "{1} ({2}).\n",
3942
- die.GetID(), DW_TAG_value_to_name(die.Tag()), die.Tag());
+ LLDB_LOG(GetLog(DWARFLog::Lookups),
+ "{0} '{1}' ({2:x8}) is not a global variable - ignoring", tag,
+ die.GetName(), die.GetID());
3943
return;
3944
}
3945
0 commit comments