[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 4/5 v2] RISC-V: Add debug support for accessing
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH 4/5 v2] RISC-V: Add debug support for accessing CSRs. |
Date: |
Sun, 30 Dec 2018 09:25:54 +1100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 |
On 12/29/18 9:10 AM, Jim Wilson wrote:
> Adds a debugger parameter to csr_read_helper and csr_write_helper. When
> this is true, we disable illegal instruction checks.
>
> Signed-off-by: Jim Wilson <address@hidden>
> ---
> linux-user/riscv/signal.c | 5 ++-
> target/riscv/cpu.h | 7 +++-
> target/riscv/cpu_helper.c | 4 +-
> target/riscv/gdbstub.c | 4 +-
> target/riscv/op_helper.c | 93
> ++++++++++++++++++++++++++++++++---------------
> 5 files changed, 76 insertions(+), 37 deletions(-)
Reviewed-by: Richard Henderson <address@hidden>
r~
- [Qemu-devel] [PATCH 0/5 v2] RISC-V: Add gdb xml files and gdbstub support., Jim Wilson, 2018/12/28
- [Qemu-devel] [PATCH 5/5 v2] RISC-V: Add hooks to use the gdb xml files., Jim Wilson, 2018/12/28
- [Qemu-devel] [PATCH 4/5 v2] RISC-V: Add debug support for accessing CSRs., Jim Wilson, 2018/12/28
- Re: [Qemu-devel] [PATCH 4/5 v2] RISC-V: Add debug support for accessing CSRs.,
Richard Henderson <=
- [Qemu-devel] [PATCH 3/5 v2] RISC-V: Map gdb CSR reg numbers to hw reg numbers., Jim Wilson, 2018/12/28
- [Qemu-devel] [PATCH 2/5 v2] RISC-V: Add 64-bit gdb xml files., Jim Wilson, 2018/12/28
- [Qemu-devel] [PATCH 1/5 v2] RISC-V: Add 32-bit gdb xml files., Jim Wilson, 2018/12/28