Home
last modified time | relevance | path

Searched refs:getHostPlatform (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/paths/
H A DTestPaths.py36 if lldbplatformutil.getHostPlatform() == 'windows':
38 elif lldbplatformutil.getHostPlatform() == 'macosx':
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py104 def getHostPlatform(): function
142 return getHostPlatform()
H A Ddecorators.py185 lldbplatformutil.getHostPlatform())
381 if lldbplatformutil.getHostPlatform() not in ['darwin', 'macosx']:
525 if lldbplatformutil.getHostPlatform() == 'darwin' and configuration.lldb_framework_path:
643 host_platform = lldbplatformutil.getHostPlatform()
/llvm-project-15.0.7/lldb/test/API/python_api/debugger/
H A DTestDebuggerAPI.py122 if lldbplatformutil.getHostPlatform() == 'linux':
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/commandline/
H A DTestGdbRemoteConnection.py12 if lldbplatformutil.getHostPlatform() == "windows":