[PATCH] D82838: Parse section ranges when verifying DWARF so we can exclude addresses that should have been stripped from DWARF.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 30 12:29:23 PDT 2020


clayborg added a comment.

I added the extra "ObjectFile *Obj" argument to the DIContext::verify(...) function currently, though I wonder if the DwarfContext should get this information when it is constructed. It might be handy to have the text ranges available so that standard DWARF queries on the DWARFContext could filter out stripped information when the user looks up information in the DWARF. This could be extended to data sections as well. Thoughts?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82838





More information about the llvm-commits mailing list