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

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

Completed in 76 milliseconds