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

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


probinson added a comment.

In https://reviews.llvm.org/D32765#743931, @clayborg wrote:

> 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).


Awesome, thanks!


https://reviews.llvm.org/D32765





More information about the llvm-commits mailing list