HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_SETSIGINFO (Results 76 - 80 of 80) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
ptrace.h 42 #define PTRACE_SETSIGINFO 0x4203
  /external/strace/xlat/
ptrace_cmds.h 73 #if defined(PTRACE_SETSIGINFO) || (defined(HAVE_DECL_PTRACE_SETSIGINFO) && HAVE_DECL_PTRACE_SETSIGINFO)
74 XLAT(PTRACE_SETSIGINFO),
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 294 #if (defined(PTRACE_GETSIGINFO) && defined(PTRACE_SETSIGINFO)) || \
297 int ptrace_setsiginfo = PTRACE_SETSIGINFO; member in namespace:__sanitizer
300 int ptrace_setsiginfo = -1; member in namespace:__sanitizer
301 #endif // PTRACE_GETSIGINFO/PTRACE_SETSIGINFO
    [all...]
  /external/strace/
process.c     [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 124 case PTRACE_SETSIGINFO:
127 verbose_log->Printf("PTRACE_SETSIGINFO %s", buf.GetData());
    [all...]

Completed in 588 milliseconds

1 2 34