[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
Wed Mar 19 02:34:00 PDT 2025


Michael137 wrote:

Btw, the x86_64 macOS bots are still failing: https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake/10698/execution/node/102/log/?consoleFull
```
Failed Tests (2):
  lldb-api :: functionalities/reverse-execution/TestReverseContinueBreakpoints.py
  lldb-api :: functionalities/reverse-execution/TestReverseContinueWatchpoints.py
```

In the logs I see:
```
An exception happened when receiving the response from the gdb server. Closing the client...          
An exception happened when receiving the response from the gdb server. Closing the client...          
An exception happened when receiving the response from the gdb server. Closing the client...          
An exception happened when receiving the response from the gdb server. Closing the client...          
An exception happened when receiving the response from the gdb server. Closing the client...          
An exception happened when receiving the response from the gdb server. Closing the client...          
An exception happened when receiving the response from the gdb server. Closing the client...          
An exception happened when receiving the response from the gdb server. Closing the client...
```

I also see this on my local x86_64 machine

Should we perhaps skip this on intel+macOS?

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


More information about the lldb-commits mailing list