Home
last modified time | relevance | path

Searched refs:socket_scheme (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h29 const Socket::SocketProtocol socket_protocol, const char *socket_scheme);
H A DGDBRemoteCommunicationServerPlatform.cpp48 const Socket::SocketProtocol socket_protocol, const char *socket_scheme) in GDBRemoteCommunicationServerPlatform() argument
51 m_socket_protocol(socket_protocol), m_socket_scheme(socket_scheme), in GDBRemoteCommunicationServerPlatform()