Home
last modified time | relevance | path

Searched refs:PTRACE_TRACEME (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dptrace.h43 #define PT_TRACE_ME PTRACE_TRACEME
/bionic/libc/kernel/uapi/linux/
Dptrace.h22 #define PTRACE_TRACEME 0 macro
/bionic/tests/
Dsys_ptrace_test.cpp168 if (ptrace(PTRACE_TRACEME, 0, nullptr, nullptr) == -1) { in run_watchpoint_test()
283 if (ptrace(PTRACE_TRACEME, 0, nullptr, nullptr) == -1) { in breakpoint_fork_child()