Lines Matching refs:arch
57 def get_gdbserver_path(root, arch): argument
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): argument
74 arch = {
79 }[arch]
81 clang_version, "runtimes_ndk_cxx", arch, "lldb-server")
428 arch = gdbrunner.get_binary_arch(binary_file)
429 is64bit = arch.endswith("64")
449 root, clang_base, clang_version, arch)
451 arch)
453 server_local_path = get_gdbserver_path(root, arch)
455 arch)