[Lldb-commits] [PATCH] D50478: Add support for artificial tail call frames
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 20 16:23:52 PDT 2018
jingham added a comment.
Really "step out past the end of the frame" isn't really necessary, since that doesn't pay any attention to the frames above it, it just runs the code till the frame ID changes. But "finish" does look at the parent frame, so it might get confused.
https://reviews.llvm.org/D50478
More information about the lldb-commits
mailing list