Searched refs:PTRACE_LISTEN (Results 1 – 10 of 10) sorted by relevance
/external/strace/ |
D | ptrace.h | 159 #ifndef PTRACE_LISTEN 160 # define PTRACE_LISTEN 0x4208 macro
|
D | process.c | 108 case PTRACE_LISTEN: in SYS_FUNC()
|
D | strace.c | 414 case PTRACE_LISTEN: in ptrace_restart() 2439 if (ptrace_restart(PTRACE_LISTEN, tcp, 0) < 0) { in trace()
|
D | ChangeLog | 6705 Remove redundant check for PTRACE_LISTEN availability. 6706 As ptrace.h already ensures that PTRACE_LISTEN is defined, 6709 * strace.c (ptrace_restart): Do not check that PTRACE_LISTEN is defined. 10453 PTRACE_INTERRUPT, PTRACE_KILL, and PTRACE_LISTEN request, 10458 PTRACE_KILL, or PTRACE_LISTEN. 28843 Save tcp->curcol after PTRACE_LISTEN failure too, just in case. 30121 When we detect it, we issue PTRACE_LISTEN instead of PTRACE_SYSCALL. 30136 (trace): If PTRACE_EVENT_STOP is seen, restart using PTRACE_LISTEN in order 30138 * process.c: Decode PTRACE_SEIZE, PTRACE_INTERRUPT, PTRACE_LISTEN.
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 54 #define PTRACE_LISTEN 0x4208 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 31 PTRACE_LISTEN
|
D | ptrace_cmds.h | 101 #if defined(PTRACE_LISTEN) || (defined(HAVE_DECL_PTRACE_LISTEN) && HAVE_DECL_PTRACE_LISTEN) 102 XLAT(PTRACE_LISTEN),
|
/external/strace/tests-mx32/ |
D | ptrace.c | 238 do_ptrace(PTRACE_LISTEN, pid, 0, 0); in main()
|
/external/strace/tests/ |
D | ptrace.c | 238 do_ptrace(PTRACE_LISTEN, pid, 0, 0); in main()
|
/external/strace/tests-m32/ |
D | ptrace.c | 238 do_ptrace(PTRACE_LISTEN, pid, 0, 0); in main()
|