Home
last modified time | relevance | path

Searched refs:lldb_python_path (Results 1 – 2 of 2) sorted by relevance

/llvm-project/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dllgdb.py21 lldb_python_path = subprocess.check_output(command).decode("utf-8").strip() variable
22 if os.path.exists(lldb_python_path) and not sys.path.__contains__(lldb_python_path):
23 sys.path.append(lldb_python_path)
28 print('imported lldb from: "%s"' % lldb_python_path)
/llvm-project/lldb/examples/python/
H A Dcrashlog.py61 lldb_python_path = subprocess.check_output(command).decode("utf-8").strip() variable
62 if os.path.exists(lldb_python_path) and not sys.path.__contains__(lldb_python_path):
63 sys.path.append(lldb_python_path)