Searched refs:GetHostname (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp203 GetHostname());
246 PlatformRemoteGDBServer::GetHostname () function in class:PlatformRemoteGDBServer
248 m_gdb_client.GetHostname (m_name);
367 error.SetErrorStringWithFormat ("unable to launch a GDB server on '%s'", GetHostname ());
400 GetHostname (),
H A DPlatformRemoteGDBServer.h121 GetHostname ();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h107 GetHostname ();
H A DPlatformFreeBSD.cpp351 PlatformFreeBSD::GetHostname () function in class:PlatformFreeBSD
354 return Platform::GetHostname();
357 return m_remote_platform_sp->GetHostname ();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp305 strm.Printf(" Hostname: %s\n", GetHostname());
311 strm.Printf(" Hostname: %s\n", GetHostname());
395 const char *name = GetHostname();
402 Platform::GetHostname () function in class:Platform
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DHost.h126 GetHostname (std::string &s);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h254 GetHostname (std::string &s);
H A DGDBRemoteCommunicationServer.cpp270 if (Host::GetHostname (s))
H A DGDBRemoteCommunicationClient.cpp1065 GDBRemoteCommunicationClient::GetHostname (std::string &s) function in class:GDBRemoteCommunicationClient
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h222 GetHostname ();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp319 const char *hostname_cstr = platform_sp->GetHostname();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp1162 Host::GetHostname (std::string &s) function in class:Host

Completed in 113 milliseconds