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

  /external/qemu/include/exec/
cpu-defs.h 62 #define EXCP_DEBUG 0x10002 /* cpu stopped after a breakpoint or singlestep */
  /external/qemu/
cpus.c 236 if (ret == EXCP_DEBUG) {
kvm-all.c 675 vm_stop(EXCP_DEBUG);\
676 env->exception_index = EXCP_DEBUG;
gdbstub.c     [all...]
main-loop.c 341 vm_stop(EXCP_DEBUG);
cpu-exec.c 295 if (ret == EXCP_DEBUG) {
336 env->exception_index = EXCP_DEBUG;
    [all...]
exec.c 381 /* enable or disable single step mode. EXCP_DEBUG is returned by the
    [all...]
  /external/qemu/target-i386/
misc_helper.c 562 env->exception_index = EXCP_DEBUG;
  /external/qemu/target-mips/
translate.c     [all...]
  /external/qemu/target-arm/
translate.c     [all...]

Completed in 150 milliseconds