Home
last modified time | relevance | path

Searched refs:PTRACE_GETSIGMASK (Results 1 – 9 of 9) sorted by relevance

/external/strace/
Dptrace.h166 #ifndef PTRACE_GETSIGMASK
167 # define PTRACE_GETSIGMASK 0x420a macro
Dprocess.c130 case PTRACE_GETSIGMASK: in SYS_FUNC()
239 case PTRACE_GETSIGMASK: in SYS_FUNC()
271 case PTRACE_GETSIGMASK: in SYS_FUNC()
DChangeLog29579 * process.c (SYS_FUNC(ptrace)): Print arguments of PTRACE_GETSIGMASK
29619 ptrace: fix printing addr argument of PTRACE_GETSIGMASK et al requests.
29620 For PTRACE_GETSIGMASK and PTRACE_SETSIGMASK requests, addr argument
29626 PTRACE_GETSIGMASK, PTRACE_SETSIGMASK, and PTRACE_SECCOMP_GET_FILTER
41865 * xlat/ptrace_cmds.in: Add PTRACE_PEEKSIGINFO, PTRACE_GETSIGMASK,
/external/kernel-headers/original/uapi/linux/
Dptrace.h65 #define PTRACE_GETSIGMASK 0x420a macro
/external/strace/xlat/
Dptrace_cmds.in33 PTRACE_GETSIGMASK
Dptrace_cmds.h113 #if defined(PTRACE_GETSIGMASK) || (defined(HAVE_DECL_PTRACE_GETSIGMASK) && HAVE_DECL_PTRACE_GETSIGM…
114 XLAT(PTRACE_GETSIGMASK),
/external/strace/tests-mx32/
Dptrace.c246 do_ptrace(PTRACE_GETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()
/external/strace/tests-m32/
Dptrace.c246 do_ptrace(PTRACE_GETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()
/external/strace/tests/
Dptrace.c246 do_ptrace(PTRACE_GETSIGMASK, pid, sigset_size, (unsigned long) k_set); in main()