Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp251 GetHostname()); in ConnectRemote()
295 PlatformRemoteGDBServer::GetHostname () in GetHostname() function in PlatformRemoteGDBServer
297 m_gdb_client.GetHostname (m_name); in GetHostname()
436 … error.SetErrorStringWithFormat ("unable to launch a GDB server on '%s'", GetHostname ()); in DebugProcess()
472 … override_hostname ? override_hostname : GetHostname (), in DebugProcess()
524 … error.SetErrorStringWithFormat ("unable to launch a GDB server on '%s'", GetHostname ()); in Attach()
560 … override_hostname ? override_hostname : GetHostname (), in Attach()
DPlatformRemoteGDBServer.h135 GetHostname ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp370 PlatformFreeBSD::GetHostname () in GetHostname() function in PlatformFreeBSD
373 return Platform::GetHostname(); in GetHostname()
376 return m_remote_platform_sp->GetHostname (); in GetHostname()
DPlatformFreeBSD.h115 GetHostname ();
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBPlatform.h144 GetHostname ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBPlatform.cpp426 SBPlatform::GetHostname () in GetHostname() function in SBPlatform
430 return platform_sp->GetHostname(); in GetHostname()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp256 GetHostname(), in PutFile()
435 m_remote_platform_sp->GetHostname(), in GetFile()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DPlatform.cpp315 strm.Printf(" Hostname: %s\n", GetHostname()); in GetStatus()
321 strm.Printf(" Hostname: %s\n", GetHostname()); in GetStatus()
744 Platform::GetHostname () in GetHostname() function in Platform
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/
DHost.h127 GetHostname (std::string &s);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h308 GetHostname (std::string &s);
DGDBRemoteCommunicationServer.cpp458 if (Host::GetHostname (s)) in Handle_qHostInfo()
468 if (Host::GetHostname (s)) in Handle_qHostInfo()
DGDBRemoteCommunicationClient.cpp1357 GDBRemoteCommunicationClient::GetHostname (std::string &s) in GetHostname() function in GDBRemoteCommunicationClient
2542 if (Host::GetHostname (hostname)) in LaunchGDBserverAndGetPort()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DPlatform.h223 GetHostname ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectPlatform.cpp483 const char *hostname_cstr = platform_sp->GetHostname(); in DoExecute()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
DHost.cpp1297 Host::GetHostname (std::string &s) in GetHostname() function in Host