[Lldb-commits] [PATCH] D12809: Better scheme to lookup alternate mangled name when looking up function address.

Sean Callanan via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 6 13:30:15 PST 2016


spyffe accepted this revision.
spyffe added a comment.
This revision is now accepted and ready to land.

The expression parser side fixes look fine to me, and they remove some hacks and make things slightly more elegant.
Obviously the ideal would be to have GCC generate full debug info, but to me this patch looks like a fine next-best thing.


http://reviews.llvm.org/D12809





More information about the lldb-commits mailing list