Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-server/
H A DAcceptor.cpp32 {"tcp", Socket::ProtocolTcp},
97 socket_protocol = Socket::ProtocolTcp; in Create()
108 if (listener_socket_up->GetSocketProtocol() == Socket::ProtocolTcp) { in Create()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DSocket.h44 ProtocolTcp, enumerator
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp626 Socket::ProtocolTcp, socket_name, in AcceptTCP()
643 return ConnectSocket(Socket::ProtocolTcp, socket_name, error_ptr); in ConnectTCP()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp199 if (m_socket_protocol == Socket::ProtocolTcp) { in LaunchGDBServer()