Home
last modified time | relevance | path

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

/external/strace/
Dptrace.h135 #ifndef PTRACE_GETSIGINFO
136 # define PTRACE_GETSIGINFO 0x4202 macro
Dprocess.c114 case PTRACE_GETSIGINFO: in SYS_FUNC()
133 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.c2237 stopped = ptrace(PTRACE_GETSIGINFO, pid, 0, (long) &si) < 0; in trace()
DChangeLog-CVS260 PTRACE_GETSIGINFO, PTRACE_SETSIGINFO.
2285 * strace.c (trace) [PTRACE_GETSIGINFO]: Fetch siginfo_t for SIGSEGV
/external/kernel-headers/original/uapi/linux/
Dptrace.h29 #define PTRACE_GETSIGINFO 0x4202 macro
/external/strace/xlat/
Dptrace_cmds.h80 #if defined(PTRACE_GETSIGINFO) || (defined(HAVE_DECL_PTRACE_GETSIGINFO) && HAVE_DECL_PTRACE_GETSIGI…
81 XLAT(PTRACE_GETSIGINFO),
Dptrace_cmds.in24 PTRACE_GETSIGINFO
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dptrace.cc96 res = ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo); in main()
/external/valgrind/coregrind/
Dvgdb-invoker-ptrace.c70 # ifndef PTRACE_GETSIGINFO
71 # define PTRACE_GETSIGINFO 0x4202 macro
309 res = ptrace (PTRACE_GETSIGINFO, pid, NULL, newsiginfo); in waitstopped()
/external/valgrind/docs/internals/
DMERGE_3_10_1.txt30 //14565 Glibc versions prior to 2.5 do not define PTRACE_GETSIGINFO
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc372 #if (defined(PTRACE_GETSIGINFO) && defined(PTRACE_SETSIGINFO)) || \
374 int ptrace_getsiginfo = PTRACE_GETSIGINFO;
/external/valgrind/
DNEWS510 n-i-bz Glibc versions prior to 2.5 do not define PTRACE_GETSIGINFO