[Lldb-commits] [PATCH] D18975: Fix unwind failures when PC points beyond the end of a function
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 15 15:07:41 PDT 2016
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
I am OK with this, but Jason Molenda needs to be OK as well. Seems like we should have a function on the right object that would return the PC that we should use when looking up symbols for a given stack frame so we don't mess this up at any point.
http://reviews.llvm.org/D18975
More information about the lldb-commits
mailing list