Lines Matching refs:arch
57 def get_gdbserver_path(root, arch):
59 if arch.endswith("64"):
60 return path.format(root, arch, "64")
62 return path.format(root, arch, "")
73 def get_lldb_server_path(root, clang_base, clang_version, arch):
74 arch = {
79 }[arch]
81 clang_version, "runtimes_ndk_cxx", arch, "lldb-server")
470 arch = gdbrunner.get_binary_arch(binary_file)
471 is64bit = arch.endswith("64")
493 root, clang_base, clang_version, arch)
495 arch)
497 server_local_path = get_gdbserver_path(root, arch)
499 arch)