mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-11 11:25:31 +00:00
7e6d37b51d
This patch introduces wrappers around the tcg_gen_exit_tb() and tcg_gen_lookup_and_goto_ptr() functions that handle single stepping, i.e. call gen_exception_debug() when single stepping is enabled. Theses functions are then used instead of the originals, bringing single stepping handling in places where it was previously ignored such as jalr and system branch instructions (ecall, mret, sret, etc.). Backports commit 6e2716d8ca4edf3597307accef7af36e8ad966eb from qemu |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
m68k | ||
mips | ||
riscv | ||
sparc |