Home
last modified time | relevance | path

Searched refs:platformIsDarwin (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbplatformutil.py155 def platformIsDarwin(): function
161 if not platformIsDarwin():
187 if platformIsDarwin():
Dlldbtest.py936 self.darwinWithFramework = self.platformIsDarwin()
1388 def platformIsDarwin(self): member in Base
1390 return lldbplatformutil.platformIsDarwin()
1482 … if self.platformIsDarwin() or self.getPlatform() == "freebsd" or self.getPlatform() == "openbsd":
1725 if not use_libstdcxx and self.platformIsDarwin():
1743 if self.platformIsDarwin() or self.getPlatform() == "freebsd":
Ddotest.py760 if lldbplatformutil.target_is_android() or lldbplatformutil.platformIsDarwin():
833 if not lldbplatformutil.platformIsDarwin():
Ddecorators.py631 target_platform = 'darwin' if self.platformIsDarwin() else self.getPlatform()
Dlldbutil.py805 if test.platformIsDarwin():
/external/llvm-project/lldb/test/API/commands/watchpoints/multi_watchpoint_slots/
DTestWatchpointMultipleSlots.py67 if not self.platformIsDarwin():
91 if self.platformIsDarwin():
/external/llvm-project/lldb/test/API/python_api/lldbutil/iter/
DTestRegistersIterator.py74 if self.platformIsDarwin():
98 if self.platformIsDarwin():
/external/llvm-project/lldb/test/API/functionalities/load_using_paths/
DTestLoadUsingPaths.py31 if self.platformIsDarwin():
46 if self.platformIsDarwin():
/external/llvm-project/lldb/test/API/functionalities/inferior-crashing/
DTestInferiorCrashingStep.py89 if self.platformIsDarwin():
194 if self.platformIsDarwin():
DTestInferiorCrashing.py67 if self.platformIsDarwin():
/external/llvm-project/lldb/test/API/functionalities/load_unload/
DTestLoadUnload.py53 if self.platformIsDarwin():
99 if self.platformIsDarwin():
163 if self.platformIsDarwin():
/external/llvm-project/lldb/test/API/lang/c/function_types/
DTestFunctionTypes.py59 if self.platformIsDarwin():
/external/llvm-project/lldb/test/API/api/check_public_api_headers/
DTestPublicAPIHeaders.py29 if not (self.platformIsDarwin() and self.getArchitecture() == "x86_64"):
/external/llvm-project/lldb/test/API/lang/c/tls_globals/
DTestTlsGlobals.py51 if self.platformIsDarwin():
/external/llvm-project/lldb/test/API/terminal/
DTestSTTYBeforeAndAfter.py56 if self.platformIsDarwin():
/external/llvm-project/lldb/test/API/functionalities/inferior-crashing/recursive-inferior/
DTestRecursiveInferiorStep.py91 if self.platformIsDarwin():
DTestRecursiveInferior.py65 if self.platformIsDarwin():
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/
DTestDataFormatterLibcxxString.py125 is_alternate_layout = ('arm' in self.getArchitecture()) and self.platformIsDarwin()
/external/llvm-project/lldb/test/API/python_api/watchpoint/
DTestWatchpointIter.py22 … return (self.getArchitecture() in ['armv7', 'armv7k', 'arm64_32']) and self.platformIsDarwin()
/external/llvm-project/lldb/test/API/lang/cpp/class_static/
DTestStaticVariables.py49 if self.platformIsDarwin() or self.getPlatform() == "linux":
/external/llvm-project/lldb/test/API/lang/cpp/namespace/
DTestNamespace.py165 if self.platformIsDarwin() and self.getCompiler() in [
/external/llvm-project/lldb/test/API/functionalities/inline-stepping/
DTestInlineStepping.py135 if self.platformIsDarwin():
/external/llvm-project/lldb/test/API/functionalities/return-value/
DTestReturnValue.py26 …elf.getArchitecture() == 'armv7' or self.getArchitecture() == 'armv7k') and self.platformIsDarwin()
/external/llvm-project/lldb/test/API/commands/register/register/register_command/
DTestRegisters.py354 elif self.getArchitecture() in ['armv7'] and self.platformIsDarwin():