[Lldb-commits] [PATCH] D14631: [dwarf] Handle DWARF forms for address other than DW_FORM_GNU_addr_index and DW_FORM_addr.

Dawn Perchik via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 13 12:53:14 PST 2015


dawn abandoned this revision.
dawn added a comment.

> If you have a compiler that is actually emitting addresses incorrectly using DW_FORM_data* when the values are not offsets, the compiler should be fixed.


Thanks Greg!  In this case it indeed appears to be a compiler bug (we are getting relocations emitted for them).  But I like your suggestion of how to rewrite the Address function.  If any valid cases arise, I will use your idea, but instead create an overload which takes a parameter (that way only the DWARF contexts in which addresses are represented using data4/data8 will have to pay the cost of the added code).


Repository:
  rL LLVM

http://reviews.llvm.org/D14631





More information about the lldb-commits mailing list