Home
last modified time | relevance | path

Searched refs:PTRACE_PEEKSIGINFO (Results 1 – 14 of 14) 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-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-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/
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.in32 PTRACE_PEEKSIGINFO
Dptrace_cmds.h110 #if defined(PTRACE_PEEKSIGINFO) || (defined(HAVE_DECL_PTRACE_PEEKSIGINFO) && HAVE_DECL_PTRACE_PEEKS…
111 XLAT(PTRACE_PEEKSIGINFO),
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs312 pub const PTRACE_PEEKSIGINFO: ::c_int = 0x4209; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs554 pub const PTRACE_PEEKSIGINFO: ::c_uint = 0x4209; constant
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1265 pub const PTRACE_PEEKSIGINFO: ::c_int = 0x4209; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2759 pub const PTRACE_PEEKSIGINFO: ::c_int = 0x4209; constant