Searched refs:singlestep (Results 1 - 12 of 12) sorted by relevance

/external/qemu/include/exec/
H A Dexec-all.h404 extern int singlestep;
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlgc.c1033 static lu_mem singlestep (lua_State *L) { function
1106 singlestep(L);
1141 lu_mem work = singlestep(L); /* do some work */
/external/ltrace/sysdeps/linux-gnu/
H A Dtrace.c325 /* On certain kernels, detaching right after a singlestep causes the
326 tracee to be killed with a SIGTRAP (that even though the singlestep
612 assert(!"Too many sw singlestep breakpoints!");
617 singlestep(struct process_stopping_handler *self) function
628 /* Otherwise do the default action: singlestep. */
683 if (singlestep(self) < 0)
692 debug(DEBUG_PROCESS, "all stopped, now singlestep/cont %d", teb->pid);
755 /* If everyone is stopped, singlestep. */
764 /* In singlestep state, breakpoint signifies that we
769 * opposed to a singlestep, assum
[all...]
/external/qemu/android/config/linux-x86/linux/
H A Dkvm.h623 __u32 singlestep; member in struct:kvm_debug_guest
/external/qemu/android/config/linux-x86_64/linux/
H A Dkvm.h623 __u32 singlestep; member in struct:kvm_debug_guest
/external/kernel-headers/original/uapi/linux/
H A Dkvm.h79 __u32 singlestep; member in struct:kvm_debug_guest
/external/qemu/
H A Dvl-android.c293 int singlestep = 0; variable
2517 singlestep = 1;
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2065 bool singlestep; member in struct:StatusInfo
H A Dqapi-visit.c938 visit_type_bool(m, obj ? &(*obj)->singlestep : NULL, "singlestep", &err);
/external/qemu/target-mips/
H A Dtranslate.c8379 if (singlestep)
/external/qemu/target-arm/
H A Dtranslate.c9861 !singlestep &&
/external/qemu/target-i386/
H A Dtranslate.c7914 if (singlestep) {

Completed in 4273 milliseconds