Home
last modified time | relevance | path

Searched refs:socket_protocol (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/tools/lldb-server/
H A DAcceptor.cpp86 Socket::SocketProtocol socket_protocol = Socket::ProtocolUnixDomain; in Create() local
89 if (!FindProtocolByScheme(res->scheme.str().c_str(), socket_protocol)) in Create()
97 socket_protocol = Socket::ProtocolTcp; in Create()
104 Socket::Create(socket_protocol, child_processes_inherit, error); in Create()
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h77 AcceptSocket(Socket::SocketProtocol socket_protocol,
82 lldb::ConnectionStatus ConnectSocket(Socket::SocketProtocol socket_protocol,
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp538 Socket::SocketProtocol socket_protocol, llvm::StringRef socket_name, in AcceptSocket() argument
543 Socket::Create(socket_protocol, m_child_processes_inherit, error); in AcceptSocket()
566 ConnectionFileDescriptor::ConnectSocket(Socket::SocketProtocol socket_protocol, in ConnectSocket() argument
571 Socket::Create(socket_protocol, m_child_processes_inherit, error); in ConnectSocket()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h76 const Socket::SocketProtocol socket_protocol, const char *socket_scheme);
H A DGDBRemoteCommunicationServerPlatform.cpp111 const Socket::SocketProtocol socket_protocol, const char *socket_scheme) in GDBRemoteCommunicationServerPlatform() argument
114 m_socket_protocol(socket_protocol), m_socket_scheme(socket_scheme), in GDBRemoteCommunicationServerPlatform()