Home
last modified time | relevance | path

Searched refs:GetHostname (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h25 static bool GetHostname(std::string &s);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp222 GetHostname()); in ConnectRemote()
285 const char *PlatformRemoteGDBServer::GetHostname() { in GetHostname() function in PlatformRemoteGDBServer
287 m_gdb_client_up->GetHostname(m_hostname); in GetHostname()
423 GetHostname()); in DebugProcess()
502 GetHostname()); in Attach()
H A DPlatformRemoteGDBServer.h92 const char *GetHostname() override;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp327 const char *RemoteAwarePlatform::GetHostname() { in GetHostname() function in RemoteAwarePlatform
329 return m_remote_platform_sp->GetHostname(); in GetHostname()
330 return Platform::GetHostname(); in GetHostname()
H A DPlatform.cpp305 strm.Printf(" Hostname: %s\n", GetHostname()); in GetStatus()
309 strm.Printf(" Hostname: %s\n", GetHostname()); in GetStatus()
722 const char *Platform::GetHostname() { in GetHostname() function in Platform
1830 const char *Platform::GetCacheHostname() { return GetHostname(); } in GetCacheHostname()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h132 const char *GetHostname();
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp32 bool HostInfoPosix::GetHostname(std::string &s) { in GetHostname() function in HostInfoPosix
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h82 const char *GetHostname() override;
H A DPlatform.h214 virtual const char *GetHostname();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp456 const char *SBPlatform::GetHostname() { in GetHostname() function in SBPlatform
461 return ConstString(platform_sp->GetHostname()).GetCString(); in GetHostname()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp138 GetHostname(), dst_path.c_str()); in PutFile()
194 m_remote_platform_sp->GetHostname(), src_path.c_str(), in GetFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h243 bool GetHostname(std::string &s);
H A DGDBRemoteCommunicationServerCommon.cpp292 if (HostInfo::GetHostname(s)) { in Handle_qHostInfo()
300 if (HostInfo::GetHostname(s)) { in Handle_qHostInfo()
H A DGDBRemoteCommunicationClient.cpp981 bool GDBRemoteCommunicationClient::GetHostname(std::string &s) { in GetHostname() function in GDBRemoteCommunicationClient
2600 if (HostInfo::GetHostname(hostname)) { in LaunchGDBServer()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp343 const char *hostname_cstr = platform_sp->GetHostname(); in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp40969 result = (char *)(arg1)->GetHostname(); in _wrap_SBPlatform_GetHostname()