Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp33 {"tcp", Socket::ProtocolTcp},
98 socket_protocol = Socket::ProtocolTcp; in Create()
109 if (listener_socket_up->GetSocketProtocol() == Socket::ProtocolTcp) { in Create()
/src/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp60 : Socket(ProtocolTcp, should_close, child_processes_inherit) {} in TCPSocket()
63 : Socket(ProtocolTcp, listen_socket.m_should_close_fd, in TCPSocket()
70 : Socket(ProtocolTcp, should_close, child_processes_inherit) { in TCPSocket()
H A DSocket.cpp113 case ProtocolTcp: in Create()
155 Create(ProtocolTcp, child_processes_inherit, error)); in TcpConnect()
/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h44 ProtocolTcp, enumerator
/src/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp624 Socket::ProtocolTcp, socket_name, in AcceptTCP()
641 return ConnectSocket(Socket::ProtocolTcp, socket_name, error_ptr); in ConnectTCP()
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp201 if (m_socket_protocol == Socket::ProtocolTcp) { in LaunchGDBServer()