/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() 688 const char *Platform::GetHostname() { in GetHostname() function in Platform 1782 const char *Platform::GetCacheHostname() { return GetHostname(); } in GetCacheHostname()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
H A D | HostInfoPosix.h | 25 static bool GetHostname(std::string &s);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.cpp | 222 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 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/source/Host/posix/ |
H A D | HostInfoPosix.cpp | 32 bool HostInfoPosix::GetHostname(std::string &s) { in GetHostname() function in HostInfoPosix
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | RemoteAwarePlatform.h | 83 const char *GetHostname() override;
|
H A D | Platform.h | 201 virtual const char *GetHostname();
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBPlatform.cpp | 456 const char *SBPlatform::GetHostname() { in GetHostname() 461 return ConstString(platform_sp->GetHostname()).GetCString(); 453 const char *SBPlatform::GetHostname() { GetHostname() function in SBPlatform
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 138 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 D | GDBRemoteCommunicationClient.h | 245 bool GetHostname(std::string &s);
|
H A D | GDBRemoteCommunicationServerCommon.cpp | 292 if (HostInfo::GetHostname(s)) { in Handle_qHostInfo() 300 if (HostInfo::GetHostname(s)) { in Handle_qHostInfo()
|
H A D | GDBRemoteCommunicationClient.cpp | 994 bool GDBRemoteCommunicationClient::GetHostname(std::string &s) { in GetHostname() function in GDBRemoteCommunicationClient 2629 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 | 42606 result = (char *)(arg1)->GetHostname(); in _wrap_SBPlatform_GetHostname()
|