================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits