[Lldb-commits] [PATCH] D18975: Fix unwind failures when PC points beyond the end of a function
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 20 03:28:54 PDT 2016
tberghammer accepted this revision.
tberghammer added a comment.
I think having an explicit value for resolve_tail_call_address with a comment is valuable (not sure how much details we need in the comment) so when the next person looking into related unwinding issue he/she will know that changing resolve_tail_call_address to true is a bad idea (even if it fixes the problem they are debugging) and will break some usecase
http://reviews.llvm.org/D18975
More information about the lldb-commits
mailing list