Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/sys/
H A Dptrace.h59 #define PT_GETSIGINFO PTRACE_GETSIGINFO
/aosp12/system/unwinding/libunwindstack/tests/
H A DTestUtils.h45 if (ptrace(PTRACE_GETSIGINFO, pid, 0, &si) == 0) { in TestQuiescePid()
/aosp12/system/unwinding/libunwindstack/tools/
H A Dunwind.cpp50 if (ptrace(PTRACE_GETSIGINFO, pid, 0, &si) == 0) { in Attach()
H A Dunwind_for_offline.cpp67 if (ptrace(PTRACE_GETSIGINFO, pid, 0, &si) == 0) { in Attach()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dptrace.h37 #define PTRACE_GETSIGINFO 0x4202 macro
/aosp12/system/unwinding/libbacktrace/
H A Dbacktrace_read_benchmarks.cpp48 if (ptrace(PTRACE_GETSIGINFO, pid, 0, &si) == 0) { in Attach()
H A Dbacktrace_test.cpp139 while (ptrace(PTRACE_GETSIGINFO, pid, 0, &si) < 0 && (errno == EINTR || errno == ESRCH)) { in WaitForStop()
/aosp12/bionic/tests/
H A 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()