summaryrefslogtreecommitdiffstats
path: root/target/arm/debug_helper.c
diff options
context:
space:
mode:
authorRichard Henderson2021-07-19 21:39:49 +0200
committerRichard Henderson2021-07-21 19:47:05 +0200
commitb5cf74284166c1ecd119388c31b6eca8e1d7b4a6 (patch)
treecbb8ecfd7057eaa56aefffacc5867bcbd57e3fa0 /target/arm/debug_helper.c
parentaccel/tcg: Move breakpoint recognition outside translation (diff)
downloadqemu-b5cf74284166c1ecd119388c31b6eca8e1d7b4a6.tar.gz
qemu-b5cf74284166c1ecd119388c31b6eca8e1d7b4a6.tar.xz
qemu-b5cf74284166c1ecd119388c31b6eca8e1d7b4a6.zip
accel/tcg: Remove TranslatorOps.breakpoint_check
The hook is now unused, with breakpoints checked outside translation. Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/arm/debug_helper.c')
-rw-r--r--target/arm/debug_helper.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/target/arm/debug_helper.c b/target/arm/debug_helper.c
index 4a0c479527..2983e36dd3 100644
--- a/target/arm/debug_helper.c
+++ b/target/arm/debug_helper.c
@@ -239,13 +239,6 @@ bool arm_debug_check_breakpoint(CPUState *cs)
return false;
}
-void HELPER(check_breakpoints)(CPUARMState *env)
-{
- if (arm_debug_check_breakpoint(env_cpu(env))) {
- HELPER(exception_internal(env, EXCP_DEBUG));
- }
-}
-
bool arm_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp)
{
/*