HomeSort by: relevance | last modified time | path
    Searched refs:PT_SET_SIGINFO (Results 1 - 8 of 8) sorted by relevancy

  /src/tests/lib/libc/sys/
t_ptrace_siginfo_wait.h 89 DPRINTF("Before calling ptrace(2) with PT_SET_SIGINFO for child\n");
91 ptrace(PT_SET_SIGINFO, child, &info, sizeof(info)) != -1);
123 "Verify basic PT_GET_SIGINFO and PT_SET_SIGINFO calls" \
  /src/external/gpl3/gdb.old/dist/gdb/nat/
netbsd-nat.c 206 if (ptrace (PT_SET_SIGINFO, pid, &psi, sizeof (psi)) == -1)
  /src/external/gpl3/gdb/dist/gdb/nat/
netbsd-nat.c 206 if (ptrace (PT_SET_SIGINFO, pid, &psi, sizeof (psi)) == -1)
  /src/sys/sys/
ptrace.h 59 #define PT_SET_SIGINFO 19 /* set signal state, defined below */
95 /* 19 */ "PT_SET_SIGINFO", \
  /src/sys/kern/
sys_ptrace_common.c 245 case PT_SET_SIGINFO:
411 case PT_SET_SIGINFO:
505 case PT_SET_SIGINFO:
1455 case PT_SET_SIGINFO:
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 427 int ptrace_pt_set_siginfo = PT_SET_SIGINFO;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_netbsd.cpp 587 int ptrace_pt_set_siginfo = PT_SET_SIGINFO;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_netbsd.cpp 587 int ptrace_pt_set_siginfo = PT_SET_SIGINFO;

Completed in 55 milliseconds