Home
last modified time | relevance | path

Searched refs:PTRACE_PEEKSIGINFO (Results 1 – 22 of 22) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/ptrace/
Dpeeksiginfo.c73 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_rw); in check_error_paths()
83 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, in check_error_paths()
91 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, addr_ro); in check_error_paths()
122 ret = sys_ptrace(PTRACE_PEEKSIGINFO, child, &arg, siginfo); in check_direct_path()
/external/strace/
Dptrace.h163 #ifndef PTRACE_PEEKSIGINFO
164 # define PTRACE_PEEKSIGINFO 0x4209 macro
Dprocess.c136 case PTRACE_PEEKSIGINFO: { in SYS_FUNC()
240 case PTRACE_PEEKSIGINFO: in SYS_FUNC()
274 case PTRACE_PEEKSIGINFO: in SYS_FUNC()
DChangeLog29559 ptrace: decode data argument of PTRACE_PEEKSIGINFO request.
29560 The data argument of PTRACE_PEEKSIGINFO request is a pointer
29566 PTRACE_PEEKSIGINFO request using print_siginfo_array.
29608 ptrace: decode addr argument of PTRACE_PEEKSIGINFO request.
29609 The addr argument of PTRACE_PEEKSIGINFO request is a pointer to
29613 (SYS_FUNC(ptrace)): Print addr argument of PTRACE_PEEKSIGINFO request
41865 * xlat/ptrace_cmds.in: Add PTRACE_PEEKSIGINFO, PTRACE_GETSIGMASK,
/external/strace/tests-m32/
Dptrace.c59 do_ptrace(PTRACE_PEEKSIGINFO, pid, 0, bad_request); in test_peeksiginfo()
73 do_ptrace(PTRACE_PEEKSIGINFO, pid, (unsigned long) psi, bad_request); in test_peeksiginfo()
139 long rc = do_ptrace(PTRACE_PEEKSIGINFO, pid, in test_peeksiginfo()
/external/strace/tests-mx32/
Dptrace.c59 do_ptrace(PTRACE_PEEKSIGINFO, pid, 0, bad_request); in test_peeksiginfo()
73 do_ptrace(PTRACE_PEEKSIGINFO, pid, (unsigned long) psi, bad_request); in test_peeksiginfo()
139 long rc = do_ptrace(PTRACE_PEEKSIGINFO, pid, in test_peeksiginfo()
/external/strace/tests/
Dptrace.c59 do_ptrace(PTRACE_PEEKSIGINFO, pid, 0, bad_request); in test_peeksiginfo()
73 do_ptrace(PTRACE_PEEKSIGINFO, pid, (unsigned long) psi, bad_request); in test_peeksiginfo()
139 long rc = do_ptrace(PTRACE_PEEKSIGINFO, pid, in test_peeksiginfo()
/external/kernel-headers/original/uapi/linux/
Dptrace.h57 #define PTRACE_PEEKSIGINFO 0x4209 macro
/external/strace/xlat/
Dptrace_cmds.h110 #if defined(PTRACE_PEEKSIGINFO) || (defined(HAVE_DECL_PTRACE_PEEKSIGINFO) && HAVE_DECL_PTRACE_PEEKS…
111 XLAT(PTRACE_PEEKSIGINFO),
Dptrace_cmds.in32 PTRACE_PEEKSIGINFO
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1130 PTRACE_PEEKSIGINFO = 0x4209 const
Dzerrors_linux_mips64le.go1402 PTRACE_PEEKSIGINFO = 0x4209 const
Dzerrors_linux_ppc64.go1404 PTRACE_PEEKSIGINFO = 0x4209 const
Dzerrors_linux_arm.go1405 PTRACE_PEEKSIGINFO = 0x4209 const
Dzerrors_linux_mips64.go1402 PTRACE_PEEKSIGINFO = 0x4209 const
Dzerrors_linux_ppc64le.go1404 PTRACE_PEEKSIGINFO = 0x4209 const
Dzerrors_linux_arm64.go1398 PTRACE_PEEKSIGINFO = 0x4209 const
Dzerrors_linux_386.go1401 PTRACE_PEEKSIGINFO = 0x4209 const
Dzerrors_linux_mips.go1402 PTRACE_PEEKSIGINFO = 0x4209 const
Dzerrors_linux_s390x.go1400 PTRACE_PEEKSIGINFO = 0x4209 const
Dzerrors_linux_mipsle.go1402 PTRACE_PEEKSIGINFO = 0x4209 const
Dzerrors_linux_amd64.go1402 PTRACE_PEEKSIGINFO = 0x4209 const