https://github.com/jimingham approved this pull request.
LGTM. `step-out` is odd because unlike all the other stepping modes it doesn't guarantee that it will finish out source lines, but rather that it stops immediately on returning to the parent frame. So you can't know for certain whether a step out will stop in the calling line, or the following line. So this is a more appropriate test. https://github.com/llvm/llvm-project/pull/210050 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
