Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/
D__init__.py9 lldb_root = os.path.realpath(
12 parent = os.path.dirname(lldb_root)
13 if parent == lldb_root: # dirname('/') == '/'
15 lldb_root = parent
17 test_path = os.path.join(lldb_root, "use_lldb_suite_root.py")
19 return lldb_root
22 lldb_root = find_lldb_root() variable
26 lldb_test_root = os.path.join(lldb_root, "test", "API")
/openbsd/src/gnu/llvm/lldb/scripts/
Duse_lldb_suite.py7 lldb_root = os.path.dirname(inspect.getfile(inspect.currentframe()))
9 parent = os.path.dirname(lldb_root)
10 if parent == lldb_root: # dirname('/') == '/'
12 lldb_root = parent
14 test_path = os.path.join(lldb_root, "use_lldb_suite_root.py")
16 return lldb_root
18 lldb_root = find_lldb_root() variable
20 fp, pathname, desc = imp.find_module("use_lldb_suite_root", [lldb_root])
Danalyze-project-deps.py10 from use_lldb_suite import lldb_root
22 src_dir = os.path.join(lldb_root, "source")
23 inc_dir = os.path.join(lldb_root, "include")
/openbsd/src/gnu/llvm/lldb/
Duse_lldb_suite_root.py6 def add_third_party_module_dirs(lldb_root): argument
8 lldb_root, "third_party", "Python", "module")
18 def add_lldbsuite_packages_dir(lldb_root): argument
19 packages_dir = os.path.join(lldb_root, "packages", "Python")
22 lldb_root = os.path.dirname(inspect.getfile(inspect.currentframe())) variable
24 add_third_party_module_dirs(lldb_root)
25 add_lldbsuite_packages_dir(lldb_root)
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Ddotest.py474 os.environ["LLDB_SRC"] = lldbsuite.lldb_root
496 lldbRootDirectory = lldbsuite.lldb_root