HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_INTERRUPT (Results 26 - 28 of 28) sorted by null

12

  /external/strace/xlat/
ptrace_cmds.h 98 #if defined(PTRACE_INTERRUPT) || (defined(HAVE_DECL_PTRACE_INTERRUPT) && HAVE_DECL_PTRACE_INTERRUPT)
99 XLAT(PTRACE_INTERRUPT),
  /system/core/libmemunreachable/
ThreadCapture.cpp 199 if (ptrace(PTRACE_INTERRUPT, tid, 0, 0) < 0) {
  /external/strace/
strace.c 373 r = ptrace(PTRACE_INTERRUPT, pid, 0L, 0L);
836 error = ptrace(PTRACE_INTERRUPT, tcp->pid, 0, 0);
840 perror_msg("detach: ptrace(PTRACE_INTERRUPT,%u)", tcp->pid);
854 * 1. We sent PTRACE_INTERRUPT (use_seize case)
892 * sig == SIGTRAP: PTRACE_INTERRUPT stop.
901 * PTRACE_INTERRUPT is not guaranteed to produce
905 * We sent PTRACE_INTERRUPT.
906 * We see syscall exit, not PTRACE_INTERRUPT stop.
907 * We won't get PTRACE_INTERRUPT stop
    [all...]

Completed in 649 milliseconds

12