qemu-e2k/target/m68k
Mark Cave-Ayland f334bb2562 target/m68k: introduce is_singlestepping() function
The m68k translator currently checks the DisasContextBase singlestep_enabled
boolean directly to determine whether to single-step execution. Soon
single-stepping may also be triggered by setting the appropriate bits in the
SR register so centralise the check into a single is_singlestepping()
function.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210519142917.16693-2-mark.cave-ayland@ilande.co.uk>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2021-05-26 20:42:52 +02:00
..
cpu-param.h
cpu-qom.h
cpu.c
cpu.h
fpu_helper.c
gdbstub.c
helper.c
helper.h
m68k-semi.c
meson.build
monitor.c
op_helper.c
qregs.def
softfloat_fpsp_tables.h
softfloat.c
softfloat.h
translate.c target/m68k: introduce is_singlestepping() function 2021-05-26 20:42:52 +02:00