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

  /bionic/libc/kernel/uapi/linux/
ptrace.h 47 #define PTRACE_INTERRUPT 0x4207
  /development/ndk/platforms/android-L/include/linux/
ptrace.h 47 #define PTRACE_INTERRUPT 0x4207
  /external/kernel-headers/original/uapi/linux/
ptrace.h 53 #define PTRACE_INTERRUPT 0x4207
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
ptrace.h 47 #define PTRACE_INTERRUPT 0x4207
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
ptrace.h 47 #define PTRACE_INTERRUPT 0x4207
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
ptrace.h 47 #define PTRACE_INTERRUPT 0x4207
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
ptrace.h 47 #define PTRACE_INTERRUPT 0x4207
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
ptrace.h 47 #define PTRACE_INTERRUPT 0x4207
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
ptrace.h 47 #define PTRACE_INTERRUPT 0x4207
  /external/strace/xlat/
ptrace_cmds.h 88 #if defined(PTRACE_INTERRUPT) || (defined(HAVE_DECL_PTRACE_INTERRUPT) && HAVE_DECL_PTRACE_INTERRUPT)
89 XLAT(PTRACE_INTERRUPT),
  /external/strace/
defs.h 240 #undef PTRACE_INTERRUPT
241 #define PTRACE_INTERRUPT 0x4207
strace.c 352 r = ptrace(PTRACE_INTERRUPT, pid, 0L, 0L);
817 error = ptrace(PTRACE_INTERRUPT, tcp->pid, 0, 0);
821 perror_msg("detach: ptrace(PTRACE_INTERRUPT,%u)", tcp->pid);
835 * 1. We sent PTRACE_INTERRUPT (use_seize case)
873 * sig == SIGTRAP: PTRACE_INTERRUPT stop.
882 * PTRACE_INTERRUPT is not guaranteed to produce
886 * We sent PTRACE_INTERRUPT.
887 * We see syscall exit, not PTRACE_INTERRUPT stop.
888 * We won't get PTRACE_INTERRUPT stop
    [all...]

Completed in 1130 milliseconds