Searched refs:PTRACE_LISTEN (Results 1 – 16 of 16) sorted by relevance
/external/strace/ |
D | ptrace.h | 160 #ifndef PTRACE_LISTEN 161 # define PTRACE_LISTEN 0x4208 macro
|
D | process.c | 117 case PTRACE_LISTEN: in SYS_FUNC()
|
D | strace.c | 385 case PTRACE_LISTEN: in ptrace_restart() 2527 restart_op = PTRACE_LISTEN; in dispatch_event()
|
D | ChangeLog | 25895 Remove redundant check for PTRACE_LISTEN availability. 25896 As ptrace.h already ensures that PTRACE_LISTEN is defined, 25899 * strace.c (ptrace_restart): Do not check that PTRACE_LISTEN is defined. 29643 PTRACE_INTERRUPT, PTRACE_KILL, and PTRACE_LISTEN request, 29648 PTRACE_KILL, or PTRACE_LISTEN. 48033 Save tcp->curcol after PTRACE_LISTEN failure too, just in case. 49311 When we detect it, we issue PTRACE_LISTEN instead of PTRACE_SYSCALL. 49326 (trace): If PTRACE_EVENT_STOP is seen, restart using PTRACE_LISTEN in order 49328 * process.c: Decode PTRACE_SEIZE, PTRACE_INTERRUPT, PTRACE_LISTEN.
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 31 PTRACE_LISTEN
|
D | ptrace_cmds.h | 107 #if defined(PTRACE_LISTEN) || (defined(HAVE_DECL_PTRACE_LISTEN) && HAVE_DECL_PTRACE_LISTEN) 108 XLAT(PTRACE_LISTEN),
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 55 #define PTRACE_LISTEN 0x4208 macro
|
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 122 pub const PTRACE_LISTEN: ::c_int = 0x4208; constant
|
/external/strace/tests-mx32/ |
D | ptrace.c | 234 do_ptrace(PTRACE_LISTEN, pid, 0, 0); in main()
|
/external/strace/tests/ |
D | ptrace.c | 234 do_ptrace(PTRACE_LISTEN, pid, 0, 0); in main()
|
/external/strace/tests-m32/ |
D | ptrace.c | 234 do_ptrace(PTRACE_LISTEN, pid, 0, 0); in main()
|
/external/rust/crates/nix/src/sys/ptrace/ |
D | linux.rs | 108 PTRACE_LISTEN,
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 567 pub const PTRACE_LISTEN: ::c_int = 0x4208; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 893 pub const PTRACE_LISTEN: ::c_uint = 0x4208; constant
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1386 pub const PTRACE_LISTEN: ::c_int = 0x4208; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2772 pub const PTRACE_LISTEN: ::c_int = 0x4208; constant
|