diff options
author | Mark Cave-Ayland | 2021-05-19 16:29:16 +0200 |
---|---|---|
committer | Laurent Vivier | 2021-05-26 20:44:42 +0200 |
commit | 456a0e3b3c723d1d599d73920e98474ca9073386 (patch) | |
tree | 1e2882b45d82c97649ead4780433d1ce3fcf4ac5 /target/ppc | |
parent | target/m68k: call gen_raise_exception() directly if single-stepping in gen_jm... (diff) | |
download | qemu-456a0e3b3c723d1d599d73920e98474ca9073386.tar.gz qemu-456a0e3b3c723d1d599d73920e98474ca9073386.tar.xz qemu-456a0e3b3c723d1d599d73920e98474ca9073386.zip |
target/m68k: introduce gen_singlestep_exception() function
Introduce a new gen_singlestep_exception() function to be called when generating
the EXCP_DEBUG exception in single-step mode rather than calling
gen_raise_exception(EXCP_DEBUG) directly. This allows for the single-step
exception behaviour for all callers to be managed in a single place.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210519142917.16693-4-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'target/ppc')
0 files changed, 0 insertions, 0 deletions