Home
last modified time | relevance | path

Searched refs:GetOSVersion (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBPlatform.cpp439 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/
DPlatform.cpp296 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/
DHost.h116 GetOSVersion (uint32_t &major,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h294 GetOSVersion (uint32_t &major,
DGDBRemoteCommunicationServer.cpp420 if (Host::GetOSVersion (major, minor, update)) in Handle_qHostInfo()
DGDBRemoteCommunicationClient.cpp1308 GDBRemoteCommunicationClient::GetOSVersion (uint32_t &major, in GetOSVersion() function in GDBRemoteCommunicationClient
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/freebsd/
DHost.cpp138 Host::GetOSVersion(uint32_t &major, in GetOSVersion() function in Host
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp335 return m_remote_platform_sp->GetOSVersion (m_major_os_version, in GetRemoteOSVersion()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp168 if (m_gdb_client.GetOSVersion (major, minor, update)) in GetRemoteOSVersion()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DPlatform.h203 GetOSVersion (uint32_t &major,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
DHost.cpp1685 if (Host::GetOSVersion(major, minor, update)) in GetPosixspawnFlags()