Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp287 m_gdb_client_up->GetHostname(m_hostname); in GetHostname()
288 if (m_hostname.empty()) in GetHostname()
290 return m_hostname.c_str(); in GetHostname()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h602 std::string m_hostname; variable
H A DGDBRemoteCommunicationClient.cpp75 m_os_kernel(), m_hostname(), m_gdb_server_name(), in GDBRemoteCommunicationClient()
316 m_hostname.clear(); in ResetDiscoverableSettings()
996 if (!m_hostname.empty()) { in GetHostname()
997 s = m_hostname; in GetHostname()
1258 extractor.GetHexByteString(m_hostname); in GetHostInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h944 std::string m_hostname; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp692 if (m_hostname.empty()) in GetHostname()
694 return m_hostname.c_str(); in GetHostname()