Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp52 m_socket_protocol(socket_protocol), m_gdbserver_port(gdbserver_port) { in GDBRemoteCommunicationServerPlatform()
113 if (m_socket_protocol == Socket::ProtocolTcp) { in LaunchGDBServer()
121 url << Socket::FindSchemeByProtocol(m_socket_protocol) << "://"; in LaunchGDBServer()
127 if (m_socket_protocol != Socket::ProtocolTcp) in LaunchGDBServer()
H A DGDBRemoteCommunicationServerPlatform.h45 const Socket::SocketProtocol m_socket_protocol; variable