Searched refs:PTRACE_KILL (Results 1 – 7 of 7) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 18 #define PTRACE_KILL 8 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 9 PTRACE_KILL
|
D | ptrace_cmds.h | 35 #if defined(PTRACE_KILL) || (defined(HAVE_DECL_PTRACE_KILL) && HAVE_DECL_PTRACE_KILL) 36 XLAT(PTRACE_KILL),
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 182 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i), in KillAllThreads()
|
/external/strace/ |
D | README-linux-ptrace | 55 Tracer can kill a tracee with ptrace(PTRACE_KILL, pid, 0, 0). This 59 support) PTRACE_KILL's quirks.
|
D | ChangeLog-CVS | 1199 Don't use PTRACE_KILL on LEADER.
|
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessMonitor.cpp | 848 if (PTRACE(PTRACE_KILL, pid, NULL, NULL, 0)) in Execute()
|