Home
last modified time | relevance | path

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

12

/external/ltp/testcases/kernel/syscalls/ptrace/
Dptrace06.c140 PTRACE_GETSIGINFO,.data = 0}, {
141 PTRACE_GETSIGINFO,.data = 1}, {
142 PTRACE_GETSIGINFO,.data = 2}, {
143 PTRACE_GETSIGINFO,.data = 3}, {
144 PTRACE_GETSIGINFO,.data = -1}, {
145 PTRACE_GETSIGINFO,.data = -2}, {
146 PTRACE_GETSIGINFO,.data = -3}, {
147 PTRACE_GETSIGINFO,.data = -4},
Dspawn_ptrace_child.h118 #ifdef PTRACE_GETSIGINFO
/external/strace/
Dptrace.h142 #ifndef PTRACE_GETSIGINFO
143 # define PTRACE_GETSIGINFO 0x4202 macro
Dprocess.c238 case PTRACE_GETSIGINFO: in SYS_FUNC()
268 case PTRACE_GETSIGINFO: in SYS_FUNC()
DREADME-linux-ptrace127 resolve ambiguity, by querying PTRACE_GETSIGINFO. (Note:
196 PTRACE_GETSIGINFO can be used to retrieve siginfo_t structure which
218 ptrace(PTRACE_GETSIGINFO, pid, 0, &siginfo)
223 needs to call PTRACE_GETSIGINFO. If PTRACE_GETSIGINFO fails with
275 PTRACE_GETSIGINFO on PTRACE_EVENT stops returns si_signo = SIGTRAP,
298 SIGTRAP by querying PTRACE_GETSIGINFO: si_code <= 0 if sent by usual
302 and performing PTRACE_GETSIGINFO for every syscall-stop may be somewhat
326 PTRACE_GETSIGINFO on syscall-stops returns si_signo = SIGTRAP, si_code
347 ptrace(PTRACE_GETSIGINFO, pid, 0, &siginfo);
Dstrace.c2410 bool stopped = ptrace(PTRACE_GETSIGINFO, pid, 0, &wd->si) < 0; in next_event()
/external/kernel-headers/original/uapi/linux/
Dptrace.h30 #define PTRACE_GETSIGINFO 0x4202 macro
/external/strace/xlat/
Dptrace_cmds.in24 PTRACE_GETSIGINFO
Dptrace_cmds.h86 #if defined(PTRACE_GETSIGINFO) || (defined(HAVE_DECL_PTRACE_GETSIGINFO) && HAVE_DECL_PTRACE_GETSIGI…
87 XLAT(PTRACE_GETSIGINFO),
/external/ltp/m4/
Dltp-ptrace.m421 AC_CHECK_DECLS([PTRACE_GETSIGINFO, PTRACE_O_TRACEVFORKDONE, PTRACE_SETOPTIONS],,,[#include "ptrace.…
/external/ltp/testcases/kernel/controllers/freezer/
DTODO67 ./freezer/vfork.c:95: if (ptrace(PTRACE_GETSIGINFO, child, NULL, &info) == -1) {
68 ./freezer/vfork.c:202: if (ptrace(PTRACE_GETSIGINFO, gchild, NULL, &info) == -1) {
Dvfork.c207 if (ptrace(PTRACE_GETSIGINFO, gchild, NULL, &info) == -1) { in trace_grandchild()
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dptrace.cc116 res = ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo); in main()
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dbreakpoint_test_arm64.c173 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0) { in run_test()
/external/linux-kselftest/tools/testing/selftests/cgroup/
Dtest_freezer.c679 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptrace()
805 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo)) in test_cgfreezer_ptraced()
/external/strace/tests-mx32/
Dptrace.c396 do_ptrace(PTRACE_GETSIGINFO, pid, bad_request, (unsigned long) sip); in main()
/external/strace/tests-m32/
Dptrace.c396 do_ptrace(PTRACE_GETSIGINFO, pid, bad_request, (unsigned long) sip); in main()
/external/strace/tests/
Dptrace.c396 do_ptrace(PTRACE_GETSIGINFO, pid, bad_request, (unsigned long) sip); in main()
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c202 ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &siginfo); in check_success()
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs305 pub const PTRACE_GETSIGINFO: ::c_int = 0x4202; constant
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc377 #if (defined(PTRACE_GETSIGINFO) && defined(PTRACE_SETSIGINFO)) || \
379 int ptrace_getsiginfo = PTRACE_GETSIGINFO;
/external/rust/crates/libc/src/unix/uclibc/mips/
Dmod.rs320 pub const PTRACE_GETSIGINFO: ::c_uint = 0x4202; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs547 pub const PTRACE_GETSIGINFO: ::c_uint = 0x4202; constant
/external/seccomp-tests/linux/
Dseccomp_bpf.c2171 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()
2186 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child_pid, NULL, &info)); in TEST()
/external/honggfuzz/linux/
Dtrace.c661 if (ptrace(PTRACE_GETSIGINFO, pid, 0, &si) == -1) { in arch_traceSaveData()

12