HomeSort by relevance Sort by last modified time
    Searched refs:EXCP_DEBUG (Results 1 - 11 of 11) sorted by null

  /external/qemu/
cpu-defs.h 61 #define EXCP_DEBUG 0x10002 /* cpu stopped after a breakpoint or singlestep */
cpus.c 647 if (ret == EXCP_DEBUG) {
kvm-all.c 647 vm_stop(EXCP_DEBUG);
648 env->exception_index = EXCP_DEBUG;
gdbstub.c     [all...]
cpu-exec.c 316 if (ret == EXCP_DEBUG) {
396 env->exception_index = EXCP_DEBUG;
    [all...]
vl-android.c     [all...]
vl.c     [all...]
exec.c     [all...]
  /external/qemu/target-mips/
translate.c     [all...]
  /external/qemu/target-arm/
translate.c     [all...]
  /external/qemu/target-i386/
op_helper.c     [all...]

Completed in 798 milliseconds