OSDN Git Service

target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
authorFabiano Rosas <farosas@suse.de>
Fri, 17 Feb 2023 20:11:27 +0000 (17:11 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Feb 2023 13:27:04 +0000 (13:27 +0000)
commitfa05d1abb998a3272f97a70db2f8a01852ebc06c
treee07db4448984cd7ad9ff81744ca6ff623efdb76a
parent212154821e6dc400315a67ad8204f5e5c4b3023c
target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled

This is in preparation for restricting compilation of some parts of
debug_helper.c to TCG only.

Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c
target/arm/debug_helper.c
target/arm/machine.c