Searched refs:lldb_python_path (Results 1 – 2 of 2) sorted by relevance
21 lldb_python_path = subprocess.check_output(command).decode("utf-8").strip() variable22 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)
61 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)