Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/python/
H A Ddisasm-stress-test.py71 lldb_framework_path = GetLLDBFrameworkPath()
73 if lldb_framework_path is None:
77 sys.path.append(lldb_framework_path + "/Resources/Python")
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dconfiguration.py39 lldb_framework_path = None variable
H A Ddecorators.py525 if lldbplatformutil.getHostPlatform() == 'darwin' and configuration.lldb_framework_path:
527 configuration.lldb_framework_path,
H A Dlldbtest.py869 if sys.platform.startswith("darwin") and configuration.lldb_framework_path:
870 framework = configuration.lldb_framework_path
1619 if sys.platform.startswith("darwin") and configuration.lldb_framework_path:
1620 return configuration.lldb_framework_path
H A Ddotest.py361 configuration.lldb_framework_path = args.framework