Searched refs:PT_KILL (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/tools/test/ptrace/ |
| HD | scescx.c | 197 ptrace(PT_KILL, pid, NULL, 0); in trace_sc() 214 ptrace(PT_KILL, pid, NULL, 0); in trace_sc() 222 ptrace(PT_KILL, pid, NULL, 0); in trace_sc() 239 ptrace(PT_KILL, pid, NULL, 0); in trace_sc() 263 ptrace(PT_KILL, pid, NULL, 0); in trace_cont() 280 ptrace(PT_KILL, pid, NULL, 0); in trace_cont() 365 ptrace(PT_KILL, pid, NULL, 0); in main() 372 ptrace(PT_KILL, pid, NULL, 0); in main() 393 ptrace(PT_KILL, pid1, NULL, 0); in main()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | infptrace.c | 75 #if !defined (PT_KILL) 76 #define PT_KILL 8 /* Send child a SIGKILL signal */ macro 229 ptrace (PT_KILL, pid, (PTRACE_ARG3_TYPE) 0, 0); in kill_inferior()
|
| HD | infttrace.c | 109 #if !defined (PT_KILL) 110 #define PT_KILL 8 /* Send child a SIGKILL signal */ macro 3760 case PT_KILL: in call_ptrace()
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-wb.c | 71 #define PT_KILL 4 /* terminate participation */ macro 414 case PT_KILL: in wb_print()
|
| /NextBSD/sys/sys/ |
| HD | ptrace.h | 48 #define PT_KILL 8 /* kill the child process */ macro
|
| /NextBSD/gnu/usr.bin/gdb/gdbserver/ |
| HD | fbsd-low.c | 225 ptrace (PT_KILL, pid_of (process), 0, 0); in fbsd_kill_one_process()
|
| /NextBSD/sys/kern/ |
| HD | sys_process.c | 1171 case PT_KILL:
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| HD | ProcessMonitor.cpp | 727 if (PTRACE(PT_KILL, pid, NULL, 0)) in Execute()
|