target/arm: Suppress bp for exceptions with more priority
commit8dc89f1faa28af0df92d6c63ff249849a3e9c80e
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 3 Nov 2021 04:03:51 +0000 (3 00:03 -0400)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 15 Dec 2021 10:35:26 +0000 (15 10:35 +0000)
tree31565f93d2181652f13eaa63bed0f0fd8e250481
parent7055fe4baf4d8b331863e51a15e93d3bdea29e36
target/arm: Suppress bp for exceptions with more priority

Both single-step and pc alignment faults have priority over
breakpoint exceptions.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/debug_helper.c