[Lldb-commits] [lldb] [lldb][test] Fix TestEmptyFuncThreadStepOut.py (PR #161788)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 20 03:04:13 PDT 2025
DavidSpickett wrote:
> So, when the command bt set -n done from the original test sets a breakpoint to the first instruction of done(), this instruction luckily also happens to be the last one.
Ok now it's blindingly obvious to me :)
(I'm sure your previous explanation wasn't bad, but not being familiar with the original issue it took me a while to understand)
https://github.com/llvm/llvm-project/pull/161788
More information about the lldb-commits
mailing list