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.
.dwo
1 parent 94eebf7 commit 0424268Copy full SHA for 0424268
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
@@ -1963,6 +1963,14 @@ SymbolFileDWARF::GetDwoSymbolFileForCompileUnit(
1963
"{1:x16}",
1964
error_dwo_path.GetPath().c_str(), cu_die.GetOffset()));
1965
1966
+ if (Log *log = GetLog(LLDBLog::Symbols)) {
1967
+ GetObjectFile()->GetModule()->LogMessage(
1968
+ log,
1969
+ "unable to locate .dwo debug file \"{0}\" for skeleton DIE "
1970
+ "{1:x16}",
1971
+ error_dwo_path.GetPath().c_str(), unit.GetOffset());
1972
+ }
1973
+
1974
if (m_dwo_warning_issued.test_and_set(std::memory_order_relaxed) == false) {
1975
GetObjectFile()->GetModule()->ReportWarning(
1976
"unable to locate separate debug file (dwo, dwp). Debugging will be "
0 commit comments