Re: [PATCH v3 06/51] exec/breakpoint: Add CPUBreakpoint.id
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: > Add an identifier for use by targets with BP_CPU. For all targets > the index of the hardware breakpoint resource is to hand. > > Signed-off-by: Richard Henderson <[email protected]> > --- > include/exec/breakpoint.h | 3 ++- > accel/tcg/tcg-accel-ops.c | 2 +- > cpu-common.c | 3 ++- > gdbstub/user.c | 2 +- > linux-user/main.c | 2 +- > target/arm/tcg/debug.c | 2 +- > target/i386/tcg/system/bpt_helper.c | 2 +- > target/ppc/cpu.c | 2 +- > target/riscv/debug.c | 5 +++-- > target/xtensa/dbg_helper.c | 4 ++-- > 10 files changed, 15 insertions(+), 12 deletions(-) Reviewed-by: Ilya Leoskevich <[email protected]>