| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 214 const char *RemoteAwarePlatform::GetHostname() { in GetHostname() function in RemoteAwarePlatform 216 return m_remote_platform_sp->GetHostname(); in GetHostname() 217 return Platform::GetHostname(); in GetHostname()
|
| H A D | Platform.cpp | 271 strm.Printf(" Hostname: %s\n", GetHostname()); in GetStatus() 275 strm.Printf(" Hostname: %s\n", GetHostname()); in GetStatus() 691 const char *Platform::GetHostname() { in GetHostname() function in Platform 1791 const char *Platform::GetCacheHostname() { return GetHostname(); } in GetCacheHostname()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
| H A D | HostInfoPosix.h | 26 static bool GetHostname(std::string &s);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 219 GetHostname()); in ConnectRemote() 278 const char *PlatformRemoteGDBServer::GetHostname() { in GetHostname() function in PlatformRemoteGDBServer 280 m_gdb_client_up->GetHostname(m_hostname); in GetHostname() 417 "unable to launch a GDB server on '%s'", GetHostname()); in DebugProcess() 496 "unable to launch a GDB server on '%s'", GetHostname()); in Attach()
|
| H A D | PlatformRemoteGDBServer.h | 92 const char *GetHostname() override;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBPlatform.h | 132 const char *GetHostname();
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 83 const char *GetHostname() override;
|
| H A D | Platform.h | 204 virtual const char *GetHostname();
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | HostInfoPosix.cpp | 61 bool HostInfoPosix::GetHostname(std::string &s) { in GetHostname() function in HostInfoPosix
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBPlatform.cpp | 455 const char *SBPlatform::GetHostname() { in GetHostname() function in SBPlatform 460 return ConstString(platform_sp->GetHostname()).GetCString(); in GetHostname()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 139 GetHostname(), dst_path.c_str()); in PutFile() 197 m_remote_platform_sp->GetHostname(), src_path.c_str(), in GetFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 252 bool GetHostname(std::string &s);
|
| H A D | GDBRemoteCommunicationServerCommon.cpp | 295 if (HostInfo::GetHostname(s)) { in Handle_qHostInfo() 303 if (HostInfo::GetHostname(s)) { in Handle_qHostInfo()
|
| H A D | GDBRemoteCommunicationClient.cpp | 1023 bool GDBRemoteCommunicationClient::GetHostname(std::string &s) { in GetHostname() function in GDBRemoteCommunicationClient 2648 if (HostInfo::GetHostname(hostname)) { in LaunchGDBServer()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 341 const char *hostname_cstr = platform_sp->GetHostname(); in DoExecute()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 43385 result = (char *)(arg1)->GetHostname(); in _wrap_SBPlatform_GetHostname()
|