[Lldb-commits] [lldb] [lldb][test] Handle potential compiler differences in TestEmptyFuncThreadStepOut.py (PR #210050)

via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 16 10:53:43 PDT 2026


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


More information about the lldb-commits mailing list