Searched defs:singlestep (Results 1 - 7 of 7) sorted by relevance

/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/qemu/
H A Dvl-android.c293 int singlestep = 0; variable
2517 singlestep = 1;
/external/kernel-headers/original/uapi/linux/
H A Dkvm.h79 __u32 singlestep; member in struct:kvm_debug_guest
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2065 bool singlestep; member in struct:StatusInfo

Completed in 3416 milliseconds