unicorn/qemu/target-arm
Sergey Fedorov dfb78118ff
target-arm: Implement checking of fired watchpoint
ARM stops before access to a location covered by watchpoint. Also, QEMU
watchpoint fire is not necessarily an architectural watchpoint match.
Unfortunately, that is hardly possible to ignore a fired watchpoint in
debug exception handler. So move watchpoint check from debug exception
handler to the dedicated watchpoint checking callback.

Backports commit 3826121d9298cde1d29ead05910e1f40125ee9b0 from qemu
2018-02-20 11:50:29 -05:00
..
arm_ldst.h
cpu64.c target-arm: Enable EL3 for Cortex-A53 and Cortex-A57 2018-02-20 11:31:44 -05:00
cpu-qom.h target-arm: Use a single entry point for AArch64 and AArch32 exceptions 2018-02-18 22:34:31 -05:00
cpu.c target-arm: Implement checking of fired watchpoint 2018-02-20 11:50:29 -05:00
cpu.h target-arm: Add isread parameter to CPAccessFns 2018-02-20 11:24:17 -05:00
crypto_helper.c target-arm: Clean up includes 2018-02-17 21:09:32 -05:00
helper-a64.c target-arm: Move aarch64_cpu_do_interrupt() to helper.c 2018-02-18 22:23:06 -05:00
helper-a64.h
helper.c target-arm: Implement NSACR trapping behaviour 2018-02-20 11:29:29 -05:00
helper.h target-arm: Add isread parameter to CPAccessFns 2018-02-20 11:24:17 -05:00
internals.h target-arm: Implement checking of fired watchpoint 2018-02-20 11:50:29 -05:00
iwmmxt_helper.c target-arm: Clean up includes 2018-02-17 21:09:32 -05:00
kvm-consts.h
Makefile.objs
neon_helper.c target-arm: Clean up includes 2018-02-17 21:09:32 -05:00
op_addsub.h
op_helper.c target-arm: Implement checking of fired watchpoint 2018-02-20 11:50:29 -05:00
psci.c
translate-a64.c target-arm: Add isread parameter to CPAccessFns 2018-02-20 11:24:17 -05:00
translate.c target-arm: Fix IL bit reported for Thumb VFP and Neon traps 2018-02-20 11:39:39 -05:00
translate.h tcg: Remove gen_intermediate_code_pc 2018-02-17 15:23:59 -05:00
unicorn_aarch64.c
unicorn_arm.c
unicorn.h