[Lldb-commits] [PATCH] D83957: [lldb/DWARF] Don't get confused by line sequences with tombstone values

Fangrui Song via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 16 23:26:31 PDT 2020


MaskRay added inline comments.


================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:1040
   std::unique_ptr<LineSequence> sequence =
       LineTable::CreateLineSequenceContainer();
   std::vector<std::unique_ptr<LineSequence>> sequences;
----------------
While here, delete the initialization and move `sequence = LineTable::CreateLineSequenceContainer()` to the top of the loop body.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83957/new/

https://reviews.llvm.org/D83957





More information about the lldb-commits mailing list