Searched refs:SharedSocket (Results 1 – 7 of 7) sorted by relevance
208 SharedSocket shared_socket(sock_up.get(), error); in AcceptGdbConnectionsIfNeeded()240 SharedSocket::kInvalidFD); in client_handle()266 SharedSocket shared_socket(conn_socket, error); in spawn_process()383 shared_fd_t fd = SharedSocket::kInvalidFD; in main_platform()462 if (listen_host_port.empty() && fd == SharedSocket::kInvalidFD) in main_platform()483 if (fd != SharedSocket::kInvalidFD) { in main_platform()486 error = SharedSocket::GetNativeSocket(fd, sockfd); in main_platform()
212 if (connection_fd != SharedSocket::kInvalidFD) { in ConnectToRemote()215 error = SharedSocket::GetNativeSocket(connection_fd, sockfd); in ConnectToRemote()361 shared_fd_t connection_fd = SharedSocket::kInvalidFD; in main_gdbserver()448 if (Inputs.empty() && connection_fd == SharedSocket::kInvalidFD) { in main_gdbserver()457 if (!Inputs.empty() && connection_fd == SharedSocket::kInvalidFD) { in main_gdbserver()
50 const shared_fd_t SharedSocket::kInvalidFD = LLDB_INVALID_PIPE;55 const shared_fd_t SharedSocket::kInvalidFD = Socket::kInvalidSocketValue;66 SharedSocket::SharedSocket(const Socket *socket, Status &error) { in SharedSocket() function in SharedSocket83 Status SharedSocket::CompleteSending(lldb::pid_t child_pid) { in CompleteSending()108 Status SharedSocket::GetNativeSocket(shared_fd_t fd, NativeSocket &socket) { in GetNativeSocket()
48 class SharedSocket {52 SharedSocket(const Socket *socket, Status &error);
112 if (fd == SharedSocket::kInvalidFD) { in LaunchGDBServer()179 SharedSocket::kInvalidFD); in Handle_qLaunchGDBServer()
859 assert(*comm_fd != SharedSocket::kInvalidFD); in StartDebugserverProcess()
3548 SharedSocket shared_socket(socket_pair->first.get(), error); in LaunchAndConnectToDebugserver()