[Lldb-commits] [lldb] Reapply "[lldb] Implement basic support for reverse-continue (#125242)" (again) (PR #128156)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 17 09:11:20 PDT 2025
Michael137 wrote:
Can confirm that the arm64 bots are failing again: https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/as-lldb-cmake/22265
```
TestReverseContinueWatchpoints.py
--
Exit Code: 1
Command Output (stdout):
--
lldb version 21.0.99git (https://github.com/llvm/llvm-project.git revision 52e7ca9279b4cbe30cacca67548347ef5f96b120)
clang revision 52e7ca9279b4cbe30cacca67548347ef5f96b120
llvm revision 52e7ca9279b4cbe30cacca67548347ef5f96b120
Watchpoint 1 hit:
old value: 2
new value: 1
Watchpoint 1 hit:
old value: 2
new value: 1
```
Attached the log file: [test-failure.txt](https://github.com/user-attachments/files/19291190/test-failure.txt)
Let me know what other info might be useful
https://github.com/llvm/llvm-project/pull/128156
More information about the lldb-commits
mailing list