Searched refs:PTRACE_GETSIGINFO (Results 1 – 8 of 8) sorted by relevance
/aosp12/bionic/libc/include/sys/ |
H A D | ptrace.h | 59 #define PT_GETSIGINFO PTRACE_GETSIGINFO
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | TestUtils.h | 45 if (ptrace(PTRACE_GETSIGINFO, pid, 0, &si) == 0) { in TestQuiescePid()
|
/aosp12/system/unwinding/libunwindstack/tools/ |
H A D | unwind.cpp | 50 if (ptrace(PTRACE_GETSIGINFO, pid, 0, &si) == 0) { in Attach()
|
H A D | unwind_for_offline.cpp | 67 if (ptrace(PTRACE_GETSIGINFO, pid, 0, &si) == 0) { in Attach()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | ptrace.h | 37 #define PTRACE_GETSIGINFO 0x4202 macro
|
/aosp12/system/unwinding/libbacktrace/ |
H A D | backtrace_read_benchmarks.cpp | 48 if (ptrace(PTRACE_GETSIGINFO, pid, 0, &si) == 0) { in Attach()
|
H A D | backtrace_test.cpp | 139 while (ptrace(PTRACE_GETSIGINFO, pid, 0, &si) < 0 && (errno == EINTR || errno == ESRCH)) { in WaitForStop()
|
/aosp12/bionic/tests/ |
H A D | sys_ptrace_test.cpp | 197 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()
|