[Lldb-commits] [lldb] [lldb][Target] RunThreadPlan to save/restore the ExecutionContext's frame if one exists (PR #134097)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 4 07:27:54 PDT 2025


================
@@ -0,0 +1,6 @@
+int func(void) {
+  __builtin_printf("Break here");
----------------
DavidSpickett wrote:

Sorry yes it is building now but failing:
```
FAIL: test (TestExprFromNonZeroFrame.ExprFromNonZeroFrame.test)

   Tests that we can use SBFrame::EvaluateExpression on a frame

----------------------------------------------------------------------

Traceback (most recent call last):

  File "C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\test\API\commands\expression\expr-from-non-zero-frame\TestExprFromNonZeroFrame.py", line 29, in test

    self.assertTrue(result.GetError().Success())

AssertionError: False is not true
```
False is indeed not true, thank you test framework /s



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


More information about the lldb-commits mailing list