Searched refs:getHostPlatform (Results 1 – 2 of 2) sorted by relevance
163 lldbplatformutil.getHostPlatform())359 if lldbplatformutil.getHostPlatform() != 'darwin':511 if lldbplatformutil.getHostPlatform() == 'darwin' and configuration.lldb_framework_path:629 host_platform = lldbplatformutil.getHostPlatform()
109 def getHostPlatform(): function