[Lldb-commits] [lldb] [lldb][NFC] Separated GDBRemoteCommunication::GetDebugserverPath() (PR #107388)
    Dmitry Vasilyev via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Fri Sep  6 03:12:59 PDT 2024
    
    
  
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
    
    
More information about the lldb-commits
mailing list