Re: [PATCH v3 03/51] exec/breakpoint: Merge watchpoint.h
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: > Move the contents of watchpoint.h into breakpoint.h. > Adjust all users of exec/watchpoint.h. > > Signed-off-by: Richard Henderson <[email protected]> > --- > include/exec/breakpoint.h | 7 +++++++ > include/exec/watchpoint.h | 20 -------------------- > accel/tcg/tcg-accel-ops.c | 2 +- > accel/tcg/user-exec-stub.c | 2 +- > system/watchpoint.c | 2 +- > target/arm/debug_helper.c | 2 +- > target/arm/tcg/debug.c | 2 +- > target/i386/cpu.c | 2 +- > target/i386/machine.c | 2 +- > target/i386/tcg/system/bpt_helper.c | 2 +- > target/ppc/cpu.c | 2 +- > target/ppc/cpu_init.c | 2 +- > target/riscv/debug.c | 2 +- > target/s390x/helper.c | 1 - > target/s390x/tcg/debug.c | 1 - > target/xtensa/dbg_helper.c | 2 +- > 16 files changed, 19 insertions(+), 34 deletions(-) > delete mode 100644 include/exec/watchpoint.h Reviewed-by: Ilya Leoskevich <[email protected]>