diff --git a/scripts/gdbclient.py b/scripts/gdbclient.py index ef32bf09c..b053a489d 100755 --- a/scripts/gdbclient.py +++ b/scripts/gdbclient.py @@ -56,6 +56,7 @@ def get_lldb_server_path(root: str, clang_base: str, clang_version: str, arch: s arch = { 'arm': 'arm', 'arm64': 'aarch64', + 'riscv64': 'riscv64', 'x86': 'i386', 'x86_64': 'x86_64', }[arch]