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
527 if lldbplatformutil.getHostPlatform() == 'darwin' and configuration.lldb_framework_path:529 configuration.lldb_framework_path,
883 if sys.platform.startswith("darwin") and configuration.lldb_framework_path:884 framework = configuration.lldb_framework_path1638 if sys.platform.startswith("darwin") and configuration.lldb_framework_path:1639 return configuration.lldb_framework_path
365 configuration.lldb_framework_path = args.framework