Searched refs:os_version (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | objc_runtime.py | 652 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 D | no_threadState.ips | 1 …re_with_app_devs":1,"is_first_party":1,"etl_key":"3","bug_type":"309","os_version":"macOS 11.3","i…
|
| H A D | a.out.ips | 1 …re_with_app_devs":1,"is_first_party":1,"etl_key":"3","bug_type":"309","os_version":"macOS 11.3","i…
|
| H A D | scripted_crashlog.ips | 1 …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 D | lldb-platform-packets.txt | 39 …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 D | lldb-gdb-remote.txt | 963 os_version: a version string that represents the current OS version (10.8.2)
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 297 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 D | Platform.h | 204 bool SetOSVersion(llvm::VersionTuple os_version);
|