HomeSort by relevance Sort by last modified time
    Searched full:singlestep (Results 1 - 17 of 17) sorted by null

  /external/kernel-headers/original/asm-x86/
thread_info_32.h 129 #define TIF_SINGLESTEP 3 /* restore singlestep on return to user mode */
  /external/qemu/
cpu-defs.h 61 #define EXCP_DEBUG 0x10002 /* cpu stopped after a breakpoint or singlestep */
qemu-monitor.hx 198 { "singlestep", "s?", do_singlestep,
199 "[on|off]", "run emulation in singlestep mode or switch to normal mode", },
201 @item singlestep [off]
exec-all.h 419 extern int singlestep;
monitor.c 537 singlestep = 1;
539 singlestep = 0;
    [all...]
qemu-options.hx     [all...]
vl.c 228 int singlestep = 0; variable
    [all...]
vl-android.c 299 int singlestep = 0; variable
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.ui 323 <property name="singleStep" >
  /external/qemu/android/config/linux-x86/linux/
kvm.h 623 __u32 singlestep; member in struct:kvm_debug_guest
  /external/qemu/android/config/linux-x86_64/linux/
kvm.h 623 __u32 singlestep; member in struct:kvm_debug_guest
  /art/runtime/jdwp/
jdwp_event.cc 704 * SingleStep
    [all...]
  /dalvik/vm/jdwp/
JdwpEvent.cpp 791 * SingleStep
    [all...]
  /dalvik/vm/interp/
Interp.cpp     [all...]
  /external/qemu/target-i386/
translate.c     [all...]
  /external/qemu/target-mips/
translate.c     [all...]
  /external/qemu/target-arm/
translate.c     [all...]

Completed in 1452 milliseconds