Home
last modified time | relevance | path

Searched refs:kInvalidFD (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp212 if (connection_fd != SharedSocket::kInvalidFD) { 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()
H A Dlldb-platform.cpp240 SharedSocket::kInvalidFD); in client_handle()
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()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp50 const shared_fd_t SharedSocket::kInvalidFD = LLDB_INVALID_PIPE; member in SharedSocket
55 const shared_fd_t SharedSocket::kInvalidFD = Socket::kInvalidSocketValue; member in SharedSocket
69 m_fd = kInvalidFD; in SharedSocket()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp112 if (fd == SharedSocket::kInvalidFD) { in LaunchGDBServer()
179 SharedSocket::kInvalidFD); in Handle_qLaunchGDBServer()
H A DGDBRemoteCommunication.cpp859 assert(*comm_fd != SharedSocket::kInvalidFD); in StartDebugserverProcess()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h50 static const shared_fd_t kInvalidFD;