diff options
author | Richard Henderson | 2021-07-19 21:03:21 +0200 |
---|---|---|
committer | Richard Henderson | 2021-07-21 19:47:05 +0200 |
commit | 10c37828b213cd490bd20e243916e96f5d588c8d (patch) | |
tree | a7a34443b08f5975fbc5ba6292cc2e2725b4ddc2 /target/i386/tcg | |
parent | accel/tcg: Merge tb_find into its only caller (diff) | |
download | qemu-10c37828b213cd490bd20e243916e96f5d588c8d.tar.gz qemu-10c37828b213cd490bd20e243916e96f5d588c8d.tar.xz qemu-10c37828b213cd490bd20e243916e96f5d588c8d.zip |
accel/tcg: Move breakpoint recognition outside translation
Trigger breakpoints before beginning translation of a TB
that would begin with a BP. Thus we never generate code
for the BP at all.
Single-step instructions within a page containing a BP so
that we are sure to check each insn for the BP as above.
We no longer need to flush any TBs when changing BPs.
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/286
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/404
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/489
Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/i386/tcg')
0 files changed, 0 insertions, 0 deletions