qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for-7.1 v2 1/5] target/loongarch: Fix GDB get the wrong pc


From: Richard Henderson
Subject: Re: [PATCH for-7.1 v2 1/5] target/loongarch: Fix GDB get the wrong pc
Date: Fri, 5 Aug 2022 08:03:11 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 8/4/22 20:35, Song Gao wrote:
GDB LoongArch add a register orig_a0, see the base64.xml [1].
We should add the orig_a0 to match the upstream GDB.

[1]:https://github.com/bminor/binutils-gdb/blob/master/gdb/features/loongarch/base64.xml

Signed-off-by: Song Gao<gaosong@loongson.cn>
---
  gdb-xml/loongarch-base64.xml | 1 +
  target/loongarch/cpu.c       | 2 +-
  target/loongarch/gdbstub.c   | 7 +++++--
  3 files changed, 7 insertions(+), 3 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]