Searched refs:lldb_python_path (Results 1 – 1 of 1) sorted by relevance
56 lldb_python_path = subprocess.check_output(command, env=env).decode("utf-8").strip() variable57 if os.path.exists(lldb_python_path) and not sys.path.__contains__(lldb_python_path):58 sys.path.append(lldb_python_path)