[PATCH] D35166: [DWARF] Introduce verification for the unit header chain in .debug_info section to llvm-dwarfdump.

Robinson, Paul via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 17:33:23 PDT 2017


So long as this doesn't trigger wehn there's no debug_info section, perhaps? (someone might just be trying to verify that any debug info that is present, is valid - but may also be running on objects that have no debug info whatsoever)

Agreeing with David; and I'm told that sometimes people strip everything but the .debug_line section, for example.
Not that llvm-dwarfdump can handle that case right now, but it's on my list.

--paulr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170711/2e1ede42/attachment.html>


More information about the llvm-commits mailing list