qemu-patch-raspberry4/target-arm
Peter Maydell 2472b6c07b gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag
GDB assumes that watchpoint set via the gdbstub remote protocol will
behave in the same way as hardware watchpoints for the target. In
particular, whether the CPU stops with the PC before or after the insn
which triggers the watchpoint is target dependent. Allow guest CPU
code to specify which behaviour to use. This fixes a bug where with
guest CPUs which stop before the accessing insn GDB would manually
step forward over what it thought was the insn and end up one insn
further forward than it should be.

We set this flag for the CPU architectures which set
gdbarch_have_nonsteppable_watchpoint in gdb 7.7:
ARM, CRIS, LM32, MIPS and Xtensa.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Tested-by: Max Filippov <jcmvbkbc@gmail.com>
Tested-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Tested-by: Michael Walle <michael@walle.cc> (for lm32)
Message-id: 1410545057-14014-1-git-send-email-peter.maydell@linaro.org
2014-10-06 14:25:43 +01:00
..
arm-semi.c
arm_ldst.h
cpu-qom.h
cpu.c gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag 2014-10-06 14:25:43 +01:00
cpu.h target-arm: Add support for VIRQ and VFIQ 2014-09-29 18:48:51 +01:00
cpu64.c
crypto_helper.c
gdbstub.c
gdbstub64.c
helper-a64.c target-arm: Add support for VIRQ and VFIQ 2014-09-29 18:48:51 +01:00
helper-a64.h
helper.c target-arm: Add support for VIRQ and VFIQ 2014-09-29 18:48:51 +01:00
helper.h target-arm: A64: Emulate the SMC insn 2014-09-29 18:48:50 +01:00
internals.h target-arm: Add support for VIRQ and VFIQ 2014-09-29 18:48:51 +01:00
iwmmxt_helper.c
kvm-consts.h
kvm-stub.c
kvm.c
kvm32.c
kvm64.c
kvm_arm.h
machine.c target-arm: Implement setting guest breakpoints 2014-09-29 18:48:46 +01:00
Makefile.objs
neon_helper.c
op_addsub.h
op_helper.c target-arm: A64: Emulate the SMC insn 2014-09-29 18:48:50 +01:00
translate-a64.c target-arm: A64: Emulate the SMC insn 2014-09-29 18:48:50 +01:00
translate.c target-arm: Don't handle c15_cpar changes via tb_flush() 2014-09-29 18:48:48 +01:00
translate.h target-arm: Don't handle c15_cpar changes via tb_flush() 2014-09-29 18:48:48 +01:00