Searched refs:GetOSVersion (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/API/ |
| D | SBPlatform.cpp | 439 if (platform_sp && platform_sp->GetOSVersion(major, minor, update)) in GetOSMajorVersion() 450 if (platform_sp && platform_sp->GetOSVersion(major, minor, update)) in GetOSMinorVersion() 460 if (platform_sp && platform_sp->GetOSVersion(major, minor, update)) in GetOSUpdateVersion()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ |
| D | Platform.cpp | 296 if (GetOSVersion(major, minor, update)) in GetStatus() 340 Platform::GetOSVersion (uint32_t &major, in GetOSVersion() function in Platform 350 success = Host::GetOSVersion (m_major_os_version, in GetOSVersion()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/ |
| D | Host.h | 116 GetOSVersion (uint32_t &major,
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunicationClient.h | 294 GetOSVersion (uint32_t &major,
|
| D | GDBRemoteCommunicationServer.cpp | 420 if (Host::GetOSVersion (major, minor, update)) in Handle_qHostInfo()
|
| D | GDBRemoteCommunicationClient.cpp | 1308 GDBRemoteCommunicationClient::GetOSVersion (uint32_t &major, in GetOSVersion() function in GDBRemoteCommunicationClient
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/freebsd/ |
| D | Host.cpp | 138 Host::GetOSVersion(uint32_t &major, in GetOSVersion() function in Host
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/ |
| D | PlatformFreeBSD.cpp | 335 return m_remote_platform_sp->GetOSVersion (m_major_os_version, in GetRemoteOSVersion()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| D | PlatformRemoteGDBServer.cpp | 168 if (m_gdb_client.GetOSVersion (major, minor, update)) in GetRemoteOSVersion()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ |
| D | Platform.h | 203 GetOSVersion (uint32_t &major,
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/ |
| D | Host.cpp | 1685 if (Host::GetOSVersion(major, minor, update)) in GetPosixspawnFlags()
|