Searched refs:PTRACE_GETSIGINFO (Results 1 – 13 of 13) sorted by relevance
/external/strace/ |
D | ptrace.h | 135 #ifndef PTRACE_GETSIGINFO 136 # define PTRACE_GETSIGINFO 0x4202 macro
|
D | process.c | 114 case PTRACE_GETSIGINFO: in SYS_FUNC() 133 case PTRACE_GETSIGINFO: { in SYS_FUNC()
|
D | README-linux-ptrace | 127 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);
|
D | strace.c | 2237 stopped = ptrace(PTRACE_GETSIGINFO, pid, 0, (long) &si) < 0; in trace()
|
D | ChangeLog-CVS | 260 PTRACE_GETSIGINFO, PTRACE_SETSIGINFO. 2285 * strace.c (trace) [PTRACE_GETSIGINFO]: Fetch siginfo_t for SIGSEGV
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 29 #define PTRACE_GETSIGINFO 0x4202 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.h | 80 #if defined(PTRACE_GETSIGINFO) || (defined(HAVE_DECL_PTRACE_GETSIGINFO) && HAVE_DECL_PTRACE_GETSIGI… 81 XLAT(PTRACE_GETSIGINFO),
|
D | ptrace_cmds.in | 24 PTRACE_GETSIGINFO
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptrace.cc | 96 res = ptrace(PTRACE_GETSIGINFO, pid, NULL, &siginfo); in main()
|
/external/valgrind/coregrind/ |
D | vgdb-invoker-ptrace.c | 70 # ifndef PTRACE_GETSIGINFO 71 # define PTRACE_GETSIGINFO 0x4202 macro 309 res = ptrace (PTRACE_GETSIGINFO, pid, NULL, newsiginfo); in waitstopped()
|
/external/valgrind/docs/internals/ |
D | MERGE_3_10_1.txt | 30 //14565 Glibc versions prior to 2.5 do not define PTRACE_GETSIGINFO
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 372 #if (defined(PTRACE_GETSIGINFO) && defined(PTRACE_SETSIGINFO)) || \ 374 int ptrace_getsiginfo = PTRACE_GETSIGINFO;
|
/external/valgrind/ |
D | NEWS | 510 n-i-bz Glibc versions prior to 2.5 do not define PTRACE_GETSIGINFO
|