Home | History | Annotate | Download | only in linux-gnu

Lines Matching refs:singlestep

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
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's
783 * then this is not singlestep at all. */
786 if (singlestep(self) < 0) {
799 /* Sink singlestep event. */