[Lldb-commits] [lldb] [lldb-dap] assembly breakpoints (PR #139969)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu May 22 01:40:12 PDT 2025


DavidSpickett wrote:

This is failing on Windows on Arm, started here: https://lab.llvm.org/buildbot/#/builders/141/builds/8891
```
AssertionError: False is not true : breakpoint not hit, stopped_events=[{'body': {'exitCode': 0}, 'event': 'exited', 'seq': 0, 'type': 'event'}]

Config=aarch64-C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\build\bin\clang.exe
```
Have any fixes been attempted already? I'm going to reproduce locally and see if I can fix it.

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


More information about the lldb-commits mailing list