Home
last modified time | relevance | path

Searched refs:EXCP_DEBUG (Results 1 – 11 of 11) sorted by relevance

/external/qemu/
Dcpu-defs.h61 #define EXCP_DEBUG 0x10002 /* cpu stopped after a breakpoint or singlestep */ macro
Dkvm-all.c647 vm_stop(EXCP_DEBUG); in kvm_cpu_exec()
648 env->exception_index = EXCP_DEBUG; in kvm_cpu_exec()
Dcpus.c647 if (ret == EXCP_DEBUG) { in tcg_cpu_exec()
Dcpu-exec.c316 if (ret == EXCP_DEBUG) { in cpu_exec()
396 env->exception_index = EXCP_DEBUG; in cpu_exec()
Dgdbstub.c1964 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()
Dvl.c1809 vm_stop(EXCP_DEBUG); in main_loop()
Dvl-android.c2030 vm_stop(EXCP_DEBUG); in main_loop()
Dexec.c2968 env->exception_index = EXCP_DEBUG; in check_watchpoint()
/external/qemu/target-mips/
Dtranslate.c2461 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()
/external/qemu/target-arm/
Dtranslate.c9658 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()
/external/qemu/target-i386/
Dop_helper.c4721 env->exception_index = EXCP_DEBUG; in helper_debug()