[Lldb-commits] [lldb] [lldb] Add timeout argument to Socket::Accept (PR #117691)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 27 01:48:17 PST 2024


Michael137 wrote:

Looks like this broke the macOS CI:
```
/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/lldb/unittests/debugserver/RNBSocketTest.cpp:123:33: error: no matching member function for call to 'Accept'
    Status err = server_socket->Accept(connected_socket);
                 ~~~~~~~~~~~~~~~^~~~~~
```
https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/as-lldb-cmake/16045/execution/node/97/log/

Mind fixing up that test?

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


More information about the lldb-commits mailing list