[Lldb-commits] [lldb] [lldb][test] Fix TestEmptyFuncThreadStepOut.py (PR #161788)

Igor Kudrin via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 17 00:05:18 PDT 2025


igorkudrin wrote:

> I would have thought finish from the epilogue had the same issue as from the "body" of the function but you've apparently proven that not to be the case.

Perhaps I was not clear enough. As I understand it, the original test was supposed to demonstrate an issue with stepping out from the last instruction of a function after hitting a breakpoint at that location. Probably, prologue and epilogue code are not generated for empty functions on some targets, but it is on Linux/x64, for example.

https://github.com/llvm/llvm-project/pull/161788


More information about the lldb-commits mailing list