Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp242 m_platform_hostname = parsed_url->hostname.str(); in ConnectRemote()
480 MakeGdbServerUrl(m_platform_scheme, m_platform_hostname, port, in LaunchGDBServer()
840 MakeGdbServerUrl(m_platform_scheme, m_platform_hostname, in GetPendingGdbServerList()
H A DPlatformRemoteGDBServer.h167 std::string m_platform_hostname; variable