slydiman wrote:

Oops, I copied `shared_fd_t` from #104238 by mistake 
```
Status GDBRemoteCommunication::StartDebugserverProcess(... , shared_fd_t 
pass_comm_fd) {
```
It will break the Windows build. 
I can replace it with `int` or we can apply #107553.
Please advise.

https://github.com/llvm/llvm-project/pull/107388
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to