| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbplatformutil.py | 148 def platformIsDarwin(): function 154 if not platformIsDarwin(): 180 if platformIsDarwin():
|
| H A D | dotest.py | 746 if lldbplatformutil.target_is_android() or lldbplatformutil.platformIsDarwin(): 824 if not lldbplatformutil.platformIsDarwin(): 846 if lldbplatformutil.platformIsDarwin():
|
| H A D | lldbtest.py | 875 self.darwinWithFramework = self.platformIsDarwin() 1315 def platformIsDarwin(self): member in Base 1317 return lldbplatformutil.platformIsDarwin() 1444 … if self.platformIsDarwin() or self.getPlatform() == "freebsd" or self.getPlatform() == "openbsd":
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/multi_watchpoint_slots/ |
| H A D | TestWatchpointMultipleSlots.py | 65 if not self.platformIsDarwin(): 89 if self.platformIsDarwin():
|
| /llvm-project-15.0.7/lldb/test/API/python_api/lldbutil/iter/ |
| H A D | TestRegistersIterator.py | 71 if self.platformIsDarwin(): 95 if self.platformIsDarwin():
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/ |
| H A D | TestInferiorCrashingStep.py | 85 if self.platformIsDarwin(): 190 if self.platformIsDarwin():
|
| H A D | TestInferiorCrashing.py | 64 if self.platformIsDarwin():
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/load_using_paths/ |
| H A D | TestLoadUsingPaths.py | 29 if self.platformIsDarwin(): 43 if self.platformIsDarwin():
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/load_unload/ |
| H A D | TestLoadUnload.py | 51 if self.platformIsDarwin(): 96 if self.platformIsDarwin(): 160 if self.platformIsDarwin():
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/inferior-crash/ |
| H A D | TestGdbRemoteSegFault.py | 32 if self.platformIsDarwin():
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/function_types/ |
| H A D | TestFunctionTypes.py | 56 if self.platformIsDarwin():
|
| /llvm-project-15.0.7/lldb/test/API/api/check_public_api_headers/ |
| H A D | TestPublicAPIHeaders.py | 27 if not (self.platformIsDarwin() and self.getArchitecture() == "x86_64"):
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_set_command/ |
| H A D | TestWatchLocationWithWatchSet.py | 21 return (self.getArchitecture() in ['arm64', 'arm64e']) and self.platformIsDarwin()
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/tls_globals/ |
| H A D | TestTlsGlobals.py | 49 if self.platformIsDarwin():
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/recursive-inferior/ |
| H A D | TestRecursiveInferiorStep.py | 89 if self.platformIsDarwin():
|
| H A D | TestRecursiveInferior.py | 62 if self.platformIsDarwin():
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/hello_watchlocation/ |
| H A D | TestWatchLocation.py | 37 return (self.getArchitecture() in ['arm64', 'arm64e']) and self.platformIsDarwin()
|
| /llvm-project-15.0.7/lldb/test/API/terminal/ |
| H A D | TestSTTYBeforeAndAfter.py | 51 if self.platformIsDarwin():
|
| /llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/ |
| H A D | TestWatchpointIgnoreCount.py | 31 return (self.getArchitecture() in ['arm64', 'arm64e']) and self.platformIsDarwin()
|
| H A D | TestWatchpointIter.py | 20 … return (self.getArchitecture() in ['armv7', 'armv7k', 'arm64_32']) and self.platformIsDarwin()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/ |
| H A D | TestDataFormatterLibcxxString.py | 117 is_alternate_layout = ('arm' in self.getArchitecture()) and self.platformIsDarwin()
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/class_static/ |
| H A D | TestStaticVariables.py | 47 if self.platformIsDarwin() or self.getPlatform() == "linux":
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/namespace/ |
| H A D | TestNamespace.py | 161 if self.platformIsDarwin() and self.getCompiler() in [
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/inline-stepping/ |
| H A D | TestInlineStepping.py | 133 if self.platformIsDarwin():
|
| /llvm-project-15.0.7/lldb/test/API/commands/register/register/register_command/ |
| H A D | TestRegisters.py | 349 elif self.getArchitecture() in ['armv7'] and self.platformIsDarwin():
|