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

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 15:39:10 PDT 2017


clayborg added a comment.

Paul: A future patch will add verification of unique DW_AT_stmt_list values and for verifying that all lines entries are in the CU ranges. I need to get another patch in before I do this as this other patch keeps track of all DW_TAG_subprogram address ranges, CU ranges, and verifies all DW_TAG_lexical_block and DW_TAG_inlined_subroutine are contained in their parents. Once I get that in, I can then verify each row address is found in the CU ranges (if available) and also agains the .debug_aranges (if available).


https://reviews.llvm.org/D32765





More information about the llvm-commits mailing list