1 # Module level initialization for the `lldbsuite` module.
9 lldb_root
= os
.path
.dirname(inspect
.getfile(inspect
.currentframe()))
11 lldb_root
= os
.path
.dirname(lldb_root
)
15 test_path
= os
.path
.join(lldb_root
, "use_lldb_suite_root.py")
16 if os
.path
.isfile(test_path
):
20 # lldbsuite.lldb_root refers to the root of the git/svn source checkout
21 lldb_root
= find_lldb_root()
23 # lldbsuite.lldb_test_root refers to the root of the python test tree
24 lldb_test_root
= os
.path
.join(