Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dptrace.h59 #define PT_GETSIGINFO PTRACE_GETSIGINFO
/bionic/libc/kernel/uapi/linux/
Dptrace.h37 #define PTRACE_GETSIGINFO 0x4202 macro
/bionic/tests/
Dsys_ptrace_test.cpp197 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child, nullptr, &siginfo)) << strerror(errno); in run_watchpoint_test()
368 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child, nullptr, &siginfo)) << strerror(errno); in TEST()