Searched refs:EXCP_DEBUG (Results 1 – 10 of 10) sorted by relevance
61 #define EXCP_DEBUG 0x10002 /* cpu stopped after a breakpoint or singlestep */ macro
644 vm_stop(EXCP_DEBUG); in kvm_cpu_exec()645 env->exception_index = EXCP_DEBUG; in kvm_cpu_exec()
622 if (ret == EXCP_DEBUG) { in tcg_cpu_exec()
298 if (ret == EXCP_DEBUG) { in cpu_exec()373 env->exception_index = EXCP_DEBUG; in cpu_exec()
1964 if (running || (reason != EXCP_DEBUG && reason != EXCP_INTERRUPT) || in gdb_vm_state_change()1971 if (reason == EXCP_DEBUG) { in gdb_vm_state_change()2022 vm_stop(EXCP_DEBUG); in gdb_do_syscall()
1809 vm_stop(EXCP_DEBUG); in main_loop()
2021 vm_stop(EXCP_DEBUG); in main_loop()
2942 env->exception_index = EXCP_DEBUG; in check_watchpoint()
9658 gen_exception_insn(dc, 0, EXCP_DEBUG); in gen_intermediate_code_internal()9745 gen_exception(EXCP_DEBUG); in gen_intermediate_code_internal()9761 gen_exception(EXCP_DEBUG); in gen_intermediate_code_internal()
4721 env->exception_index = EXCP_DEBUG; in helper_debug()