[Lldb-commits] [lldb] [lldb][Dwarf] Fix dwarf parse time for line table and .debug_abbrev. (PR #86568)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 25 13:11:25 PDT 2024
https://github.com/clayborg requested changes to this pull request.
SymbolFileDWARF::ParseLineTable() does more work after using llvm to parse the line table and we still need to measure this. So I believe that the current timer was in the correct position. Parse time for DWARF means how long to we take to both parse and to cleanup the information for LLDB to use, so the entire SymbolFileDWARF::ParseLineTable() function should be measured.
https://github.com/llvm/llvm-project/pull/86568
More information about the lldb-commits
mailing list