[PATCH] D32754: Add line table verification to lldb-dwarfdump --verify.

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 15:11:46 PDT 2017


probinson added inline comments.


================
Comment at: lib/DebugInfo/DWARF/DWARFContext.cpp:460
+        else
+          PrevAddress = Row.Address;
+        ++RowIndex;
----------------
Can you verify that the address is in-range for the CU?
(which might be sufficient for my comment about each CU having a unique contribution to the line table.)


https://reviews.llvm.org/D32754





More information about the llvm-commits mailing list