Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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")
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dconfiguration.py39 lldb_framework_path = None variable
H A Ddecorators.py527 if lldbplatformutil.getHostPlatform() == 'darwin' and configuration.lldb_framework_path:
529 configuration.lldb_framework_path,
H A Dlldbtest.py883 if sys.platform.startswith("darwin") and configuration.lldb_framework_path:
884 framework = configuration.lldb_framework_path
1638 if sys.platform.startswith("darwin") and configuration.lldb_framework_path:
1639 return configuration.lldb_framework_path
H A Ddotest.py365 configuration.lldb_framework_path = args.framework