Re: [PATCH v3 26/51] accel/tcg: Pass watchpoint hit to debug_excp_handler
Ilya Leoshkevich <[email protected]>
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/10/26 22:53, Richard Henderson wrote: > Allow the breakpoint/watchpoint causing the exception > to be passed to the target hook. Unused so far. > > Signed-off-by: Richard Henderson <[email protected]> > --- > include/accel/tcg/cpu-ops.h | 2 +- > target/arm/internals.h | 2 +- > target/i386/tcg/helper-tcg.h | 2 +- > target/ppc/internal.h | 2 +- > target/riscv/debug.h | 2 +- > target/s390x/tcg/tcg_s390x.h | 2 +- > target/xtensa/cpu.h | 2 +- > accel/tcg/cpu-exec.c | 2 +- > target/arm/tcg/debug.c | 2 +- > target/i386/tcg/system/bpt_helper.c | 2 +- > target/ppc/tcg-excp_helper.c | 2 +- > target/riscv/debug.c | 2 +- > target/s390x/tcg/debug.c | 2 +- > target/xtensa/helper.c | 2 +- > 14 files changed, 14 insertions(+), 14 deletions(-) Reviewed-by: Ilya Leoshkevich <[email protected]>