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 11b20d7 commit 9f84594Copy full SHA for 9f84594
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
@@ -693,6 +693,7 @@ llvm::DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() {
693
if (debug_abbrev_data.GetByteSize() == 0)
694
return nullptr;
695
696
+ ElapsedTime elapsed(m_parse_time);
697
auto abbr =
698
std::make_unique<llvm::DWARFDebugAbbrev>(debug_abbrev_data.GetAsLLVM());
699
llvm::Error error = abbr->parse();
0 commit comments