Searched refs:comm_fd (Results 1 – 1 of 1) sorted by relevance
857 if (shared_fd_t *comm_fd = std::get_if<shared_fd_t>(&comm)) { in StartDebugserverProcess() local858 LLDB_LOG(log, "debugserver communicates over fd {0}", comm_fd); in StartDebugserverProcess()859 assert(*comm_fd != SharedSocket::kInvalidFD); in StartDebugserverProcess()860 debugserver_args.AppendArgument(llvm::formatv("--fd={0}", *comm_fd).str()); in StartDebugserverProcess()863 launch_info.AppendDuplicateFileAction((int64_t)*comm_fd, (int64_t)*comm_fd); in StartDebugserverProcess()