[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:08:37 PDT 2025
================
@@ -2,6 +2,7 @@
void done() {}
----------------
DavidSpickett wrote:
Maybe this is a bit much, but you could add some statements in here like:
```
volatile int i = 1;
```
This way, if someone breaks your logic in the Python, it will fail on all platforms.
https://github.com/llvm/llvm-project/pull/161788
More information about the lldb-commits
mailing list