target/loongarch/gdbstub: Fix gdbstub incorrectly handling some registers
authorBibo Mao <maobibo@loongson.cn>
Tue, 18 Feb 2025 03:20:27 +0000 (11:20 +0800)
committerBibo Mao <maobibo@loongson.cn>
Tue, 25 Feb 2025 08:05:31 +0000 (16:05 +0800)
commit7bd4eaa847fcdbc4505d9ab95dafa21791d8302a
tree6df9e020924a9912623a3af227349385a3b348af
parentb61b9d891305abf8fe37f07280ca5a99a10da6cf
target/loongarch/gdbstub: Fix gdbstub incorrectly handling some registers

Write operation with R32 (orig_a0) and R34 (CSR_BADV) is discarded on
gdbstub implementation for LoongArch system. And return value should
be register size rather than 0, since it is used to calculate offset of
next register such as R33 (PC) in function handle_write_all_regs().

Cc: qemu-stable@nongnu.org
Fixes: ca61e75071c6 ("target/loongarch: Add gdb support.")
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
target/loongarch/gdbstub.c