| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| D | PlatformRemoteGDBServer.cpp | 251 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()
|
| D | PlatformRemoteGDBServer.h | 135 GetHostname ();
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/ |
| D | PlatformFreeBSD.cpp | 370 PlatformFreeBSD::GetHostname () in GetHostname() function in PlatformFreeBSD 373 return Platform::GetHostname(); in GetHostname() 376 return m_remote_platform_sp->GetHostname (); in GetHostname()
|
| D | PlatformFreeBSD.h | 115 GetHostname ();
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/ |
| D | SBPlatform.h | 144 GetHostname ();
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/API/ |
| D | SBPlatform.cpp | 426 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/ |
| D | PlatformPOSIX.cpp | 256 GetHostname(), in PutFile() 435 m_remote_platform_sp->GetHostname(), in GetFile()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ |
| D | Platform.cpp | 315 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/ |
| D | Host.h | 127 GetHostname (std::string &s);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunicationClient.h | 308 GetHostname (std::string &s);
|
| D | GDBRemoteCommunicationServer.cpp | 458 if (Host::GetHostname (s)) in Handle_qHostInfo() 468 if (Host::GetHostname (s)) in Handle_qHostInfo()
|
| D | GDBRemoteCommunicationClient.cpp | 1357 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/ |
| D | Platform.h | 223 GetHostname ();
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/ |
| D | CommandObjectPlatform.cpp | 483 const char *hostname_cstr = platform_sp->GetHostname(); in DoExecute()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/ |
| D | Host.cpp | 1297 Host::GetHostname (std::string &s) in GetHostname() function in Host
|