Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py148 def platformIsDarwin(): function
154 if not platformIsDarwin():
180 if platformIsDarwin():
H A Ddotest.py746 if lldbplatformutil.target_is_android() or lldbplatformutil.platformIsDarwin():
824 if not lldbplatformutil.platformIsDarwin():
846 if lldbplatformutil.platformIsDarwin():
H A Dlldbtest.py875 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 DTestWatchpointMultipleSlots.py65 if not self.platformIsDarwin():
89 if self.platformIsDarwin():
/llvm-project-15.0.7/lldb/test/API/python_api/lldbutil/iter/
H A DTestRegistersIterator.py71 if self.platformIsDarwin():
95 if self.platformIsDarwin():
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/
H A DTestInferiorCrashingStep.py85 if self.platformIsDarwin():
190 if self.platformIsDarwin():
H A DTestInferiorCrashing.py64 if self.platformIsDarwin():
/llvm-project-15.0.7/lldb/test/API/functionalities/load_using_paths/
H A DTestLoadUsingPaths.py29 if self.platformIsDarwin():
43 if self.platformIsDarwin():
/llvm-project-15.0.7/lldb/test/API/functionalities/load_unload/
H A DTestLoadUnload.py51 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 DTestGdbRemoteSegFault.py32 if self.platformIsDarwin():
/llvm-project-15.0.7/lldb/test/API/lang/c/function_types/
H A DTestFunctionTypes.py56 if self.platformIsDarwin():
/llvm-project-15.0.7/lldb/test/API/api/check_public_api_headers/
H A DTestPublicAPIHeaders.py27 if not (self.platformIsDarwin() and self.getArchitecture() == "x86_64"):
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_set_command/
H A DTestWatchLocationWithWatchSet.py21 return (self.getArchitecture() in ['arm64', 'arm64e']) and self.platformIsDarwin()
/llvm-project-15.0.7/lldb/test/API/lang/c/tls_globals/
H A DTestTlsGlobals.py49 if self.platformIsDarwin():
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/recursive-inferior/
H A DTestRecursiveInferiorStep.py89 if self.platformIsDarwin():
H A DTestRecursiveInferior.py62 if self.platformIsDarwin():
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/hello_watchlocation/
H A DTestWatchLocation.py37 return (self.getArchitecture() in ['arm64', 'arm64e']) and self.platformIsDarwin()
/llvm-project-15.0.7/lldb/test/API/terminal/
H A DTestSTTYBeforeAndAfter.py51 if self.platformIsDarwin():
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/
H A DTestWatchpointIgnoreCount.py31 return (self.getArchitecture() in ['arm64', 'arm64e']) and self.platformIsDarwin()
H A DTestWatchpointIter.py20 … 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 DTestDataFormatterLibcxxString.py117 is_alternate_layout = ('arm' in self.getArchitecture()) and self.platformIsDarwin()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/class_static/
H A DTestStaticVariables.py47 if self.platformIsDarwin() or self.getPlatform() == "linux":
/llvm-project-15.0.7/lldb/test/API/lang/cpp/namespace/
H A DTestNamespace.py161 if self.platformIsDarwin() and self.getCompiler() in [
/llvm-project-15.0.7/lldb/test/API/functionalities/inline-stepping/
H A DTestInlineStepping.py133 if self.platformIsDarwin():
/llvm-project-15.0.7/lldb/test/API/commands/register/register/register_command/
H A DTestRegisters.py349 elif self.getArchitecture() in ['armv7'] and self.platformIsDarwin():

12