Searched refs:lldb_framework_path (Results 1 – 5 of 5) sorted by relevance
71 lldb_framework_path = GetLLDBFrameworkPath()73 if lldb_framework_path is None:77 sys.path.append(lldb_framework_path + "/Resources/Python")
39 lldb_framework_path = None variable
511 if lldbplatformutil.getHostPlatform() == 'darwin' and configuration.lldb_framework_path:513 configuration.lldb_framework_path,
930 if sys.platform.startswith("darwin") and configuration.lldb_framework_path:931 framework = configuration.lldb_framework_path1775 if sys.platform.startswith("darwin") and configuration.lldb_framework_path:1776 return configuration.lldb_framework_path
363 configuration.lldb_framework_path = args.framework