[PATCH] D49887: [DebugInfo] Add support for DWARF5 call site-related attributes

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 9 18:54:58 PDT 2018


vsk planned changes to this revision.
vsk added a comment.

Dsymutil will need to learn to resolve addresses in DW_AT_call_return_pc. Currently, I think it's skipping over them, which means that lldb can't use them.


https://reviews.llvm.org/D49887





More information about the llvm-commits mailing list