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, "")
65 def get_lldb_server_path(root, clang_base, clang_version, arch): argument
66 arch = {
71 }[arch]
73 clang_version, "runtimes_ndk_cxx", arch, "lldb-server")
419 arch = gdbrunner.get_binary_arch(binary_file)
420 is64bit = arch.endswith("64")
440 root, clang_base, clang_version, arch)
442 arch)
444 server_local_path = get_gdbserver_path(root, arch)
446 arch)