Home
last modified time | relevance | path

Searched defs: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
/llvm-project/lldb/examples/python/
H A Dcrashlog.py61 lldb_python_path = subprocess.check_output(command).decode("utf-8").strip() variable