Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp305 m_platform_hostname = hostname; in ConnectRemote()
548 MakeGdbServerUrl(m_platform_scheme, m_platform_hostname, port, in LaunchGDBServer()
864 MakeGdbServerUrl(m_platform_scheme, m_platform_hostname, in GetPendingGdbServerList()
H A DPlatformRemoteGDBServer.h178 std::string m_platform_hostname; variable