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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.c 1033 static lu_mem singlestep (lua_State *L) { function
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
trace.c 325 /* 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, assume that it'
    [all...]
  /bionic/libc/kernel/uapi/linux/
kvm.h 90 __u32 singlestep; member in struct:kvm_debug_guest
    [all...]
  /development/ndk/platforms/android-L/include/linux/
kvm.h 90 __u32 singlestep; member in struct:kvm_debug_guest
    [all...]
  /external/kernel-headers/original/uapi/linux/
kvm.h 79 __u32 singlestep; member in struct:kvm_debug_guest

Completed in 390 milliseconds