Re: [PATCH v3 24/51] exec/breakpoint: Add CPUWatchpoint.hitlast
Ilya Leoshkevich <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel,org.nongnu.qemu-riscv |
|---|---|
| Message-ID | <[email protected]> |
On 7/10/26 22:53, Richard Henderson wrote: > Allow the debug_check_watchpoint callback to see the > entire range that triggered the query. > > Signed-off-by: Richard Henderson <[email protected]> > --- > include/exec/breakpoint.h | 1 + > accel/tcg/watchpoint.c | 2 ++ > 2 files changed, 3 insertions(+) Reviewed-by: Ilya Leoshkevich <[email protected]>