Home
last modified time | relevance | path

Searched refs:PT_KILL (Results 1 – 8 of 8) sorted by relevance

/NextBSD/tools/test/ptrace/
HDscescx.c197 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/
HDinfptrace.c75 #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()
HDinfttrace.c109 #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/
HDprint-wb.c71 #define PT_KILL 4 /* terminate participation */ macro
414 case PT_KILL: in wb_print()
/NextBSD/sys/sys/
HDptrace.h48 #define PT_KILL 8 /* kill the child process */ macro
/NextBSD/gnu/usr.bin/gdb/gdbserver/
HDfbsd-low.c225 ptrace (PT_KILL, pid_of (process), 0, 0); in fbsd_kill_one_process()
/NextBSD/sys/kern/
HDsys_process.c1171 case PT_KILL:
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessMonitor.cpp727 if (PTRACE(PT_KILL, pid, NULL, 0)) in Execute()