Home
last modified time | relevance | path

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

/external/llvm-project/lldb/examples/python/
Ddisasm-stress-test.py71 lldb_framework_path = GetLLDBFrameworkPath()
73 if lldb_framework_path is None:
77 sys.path.append(lldb_framework_path + "/Resources/Python")
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dconfiguration.py39 lldb_framework_path = None variable
Ddecorators.py511 if lldbplatformutil.getHostPlatform() == 'darwin' and configuration.lldb_framework_path:
513 configuration.lldb_framework_path,
Dlldbtest.py930 if sys.platform.startswith("darwin") and configuration.lldb_framework_path:
931 framework = configuration.lldb_framework_path
1775 if sys.platform.startswith("darwin") and configuration.lldb_framework_path:
1776 return configuration.lldb_framework_path
Ddotest.py363 configuration.lldb_framework_path = args.framework