Home
last modified time | relevance | path

Searched refs:PTRACE_GETSIGINFO (Results 1 – 25 of 42) 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);
/external/kernel-headers/original/uapi/linux/
Dptrace.h30 #define PTRACE_GETSIGINFO 0x4202 macro
/external/strace/xlat/
Dptrace_cmds.h86 #if defined(PTRACE_GETSIGINFO) || (defined(HAVE_DECL_PTRACE_GETSIGINFO) && HAVE_DECL_PTRACE_GETSIGI…
87 XLAT(PTRACE_GETSIGINFO),
Dptrace_cmds.in24 PTRACE_GETSIGINFO
/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/ltp/m4/
Dltp-ptrace.m442 AC_CHECK_DECLS([PTRACE_GETSIGINFO, PTRACE_O_TRACEVFORKDONE, PTRACE_SETOPTIONS],,,[#include "ptrace.…
/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.c182 if (ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo) != 0) { in run_test()
/external/strace/tests/
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-mx32/
Dptrace.c396 do_ptrace(PTRACE_GETSIGINFO, pid, bad_request, (unsigned long) sip); in main()
/external/syzkaller/sys/linux/
Dsys_386.const442 PTRACE_GETSIGINFO = 16898
Dsys_amd64.const442 PTRACE_GETSIGINFO = 16898
Dsys_arm.const442 PTRACE_GETSIGINFO = 16898
Dsys_ppc64le.const442 PTRACE_GETSIGINFO = 16898
Dsys_arm64.const442 PTRACE_GETSIGINFO = 16898
/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/ltp/include/
Dconfig.h.default68 /* Define to 1 if you have the declaration of `PTRACE_GETSIGINFO', and to 0 if
/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/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1113 PTRACE_GETSIGINFO = 0x4202 const

12