Searched refs:EXCP_DEBUG (Results 1 – 11 of 11) sorted by relevance
61 #define EXCP_DEBUG 0x10002 /* cpu stopped after a breakpoint or singlestep */ macro
647 vm_stop(EXCP_DEBUG); in kvm_cpu_exec()648 env->exception_index = EXCP_DEBUG; in kvm_cpu_exec()
647 if (ret == EXCP_DEBUG) { in tcg_cpu_exec()
316 if (ret == EXCP_DEBUG) { in cpu_exec()396 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()
2030 vm_stop(EXCP_DEBUG); in main_loop()
2968 env->exception_index = EXCP_DEBUG; in check_watchpoint()
2461 gen_helper_0i(raise_exception, EXCP_DEBUG); in gen_goto_tb()8267 gen_helper_0i(raise_exception, EXCP_DEBUG); in decode_opc()8325 gen_helper_0i(raise_exception, EXCP_DEBUG); in gen_intermediate_code_internal()8376 gen_helper_0i(raise_exception, EXCP_DEBUG); in gen_intermediate_code_internal()
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()