diff options
author | 2023-10-03 15:26:06 -0700 | |
---|---|---|
committer | 2024-04-24 15:46:00 -0700 | |
commit | 0815c228bd1e0c24ac064ce299807b32f8e05d83 (patch) | |
tree | f8d2b128bbca89aa57324815680d576aab6c6db8 /scripts/coverage/compare_gcov_json.py | |
parent | target/m68k: Perform the semihosting test during translate (diff) | |
download | qemu-0815c228bd1e0c24ac064ce299807b32f8e05d83.tar.xz qemu-0815c228bd1e0c24ac064ce299807b32f8e05d83.zip |
target/m68k: Support semihosting on non-ColdFire targets
According to the m68k semihosting spec:
"The instruction used to trigger a semihosting request depends on the
m68k processor variant. On ColdFire, "halt" is used; on other processors
(which don't implement "halt"), "bkpt #0" may be used."
Add support for non-CodeFire processors by matching BKPT #0 instructions.
Signed-off-by: Keith Packard <keithp@keithp.com>
[rth: Use semihosting_test()]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'scripts/coverage/compare_gcov_json.py')
0 files changed, 0 insertions, 0 deletions