[Lldb-commits] [lldb] [lldb] Expose QueueThreadPlanForStepSingleInstruction function to SBThreadPlan (PR #137904)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Thu May 8 07:32:24 PDT 2025


felipepiovezan wrote:

@eronnen this is breaking the incremental green dragon bots.
Could you revert while you look at this please? 

https://ci.swift.org/view/all/job/llvm.org/job/as-lldb-cmake/25425/changes#41321416815d74a4a7fd15c78fcfa5af457625bb


```
[2025-05-08T12:15:32.021Z] ======================================================================
[2025-05-08T12:15:32.021Z] FAIL: test_step_single_instruction (TestStepScripted.StepScriptedTestCase)
[2025-05-08T12:15:32.021Z] ----------------------------------------------------------------------
[2025-05-08T12:15:32.021Z] Traceback (most recent call last):
[2025-05-08T12:15:32.021Z]   File "/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/lldb/test/API/functionalities/step_scripted/TestStepScripted.py", line 63, in test_step_single_instruction
[2025-05-08T12:15:32.021Z]     (target, process, thread, bkpt) = self.run_until_branch_instruction()
[2025-05-08T12:15:32.021Z]   File "/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/lldb/test/API/functionalities/step_scripted/TestStepScripted.py", line 56, in run_until_branch_instruction
[2025-05-08T12:15:32.021Z]     self.assertEqual(
[2025-05-08T12:15:32.021Z] AssertionError: 2 != 0
[2025-05-08T12:15:32.021Z] Config=arm64-/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/lldb-build/bin/clang
```


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


More information about the lldb-commits mailing list