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