Home
last modified time | relevance | path

Searched refs:os_version (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py652 os_version = lldb.formatters.cache.Cache() variable
667 global os_version
682 if os_version.look_for_key(self.pid):
683 self.is_lion = os_version.get_value(self.pid)
686 os_version.add_item(self.pid, self.is_lion)
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/
H A Dno_threadState.ips1 …re_with_app_devs":1,"is_first_party":1,"etl_key":"3","bug_type":"309","os_version":"macOS 11.3","i…
H A Da.out.ips1 …re_with_app_devs":1,"is_first_party":1,"etl_key":"3","bug_type":"309","os_version":"macOS 11.3","i…
H A Dscripted_crashlog.ips1 …atform":1,"share_with_app_devs":0,"is_first_party":1,"bug_type":"309","os_version":"macOS 12.3","i…
/llvm-project-15.0.7/lldb/docs/
H A Dlldb-platform-packets.txt39 …16777228;cpusubtype:1;ostype:ios;watchpoint_exceptions_received:before;os_version:12.1;vendor:appl…
41 // All numbers are base 10, os_version is a string that will be parsed as major.minor.patch.
H A Dlldb-gdb-remote.txt963 os_version: a version string that represents the current OS version (10.8.2)
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp297 llvm::VersionTuple os_version = GetOSVersion(); in GetStatus() local
298 if (!os_version.empty()) { in GetStatus()
299 strm.Format("OS Version: {0}", os_version.getAsString()); in GetStatus()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h204 bool SetOSVersion(llvm::VersionTuple os_version);