[PATCH] D49676: [DWARF] support for .debug_addr (consumer)

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 27 16:13:38 PDT 2018


dblaikie added a comment.

>> Also - I know for DW_AT_ranges attributes we have some advanced dumping in some situations that can print section names and the like, I think? Could we reuse that here too so the dumped addresses also have section name+offset, perhaps?
> 
> Sorry, actually I don't see this functionality for DW_AT_ranges, could you please tell me where I missed it?

Oh, sure - it was added here: https://reviews.llvm.org/D36313


https://reviews.llvm.org/D49676





More information about the llvm-commits mailing list