Home
last modified time | relevance | path

Searched refs:debug_excp_handler (Results 1 – 9 of 9) sorted by relevance

/qemu/include/accel/tcg/
H A Dcpu-ops.h98 void (*debug_excp_handler)(CPUState *cpu); member
/qemu/target/i386/tcg/
H A Dtcg-cpu.c187 .debug_excp_handler = breakpoint_handler,
/qemu/accel/tcg/
H A Dcpu-exec.c681 if (tcg_ops->debug_excp_handler) { in cpu_handle_debug_exception()
682 tcg_ops->debug_excp_handler(cpu); in cpu_handle_debug_exception()
/qemu/target/arm/tcg/
H A Dcpu-v7m.c243 .debug_excp_handler = arm_debug_excp_handler,
/qemu/target/xtensa/
H A Dcpu.c314 .debug_excp_handler = xtensa_breakpoint_handler,
/qemu/target/s390x/
H A Dcpu.c383 .debug_excp_handler = s390x_cpu_debug_excp_handler,
/qemu/target/riscv/tcg/
H A Dtcg-cpu.c285 .debug_excp_handler = riscv_cpu_debug_excp_handler,
/qemu/target/arm/
H A Dcpu.c2738 .debug_excp_handler = arm_debug_excp_handler,
/qemu/target/ppc/
H A Dcpu_init.c7508 .debug_excp_handler = ppc_cpu_debug_excp_handler,