Home
last modified time | relevance | path

Searched refs:PTRACE_INTERRUPT (Results 1 – 17 of 17) sorted by relevance

/external/strace/
Dptrace.h157 #ifndef PTRACE_INTERRUPT
158 # define PTRACE_INTERRUPT 0x4207 macro
Dprocess.c115 case PTRACE_INTERRUPT: in SYS_FUNC()
Dstrace.c355 r = ptrace(PTRACE_INTERRUPT, pid, 0L, 0L); in ptrace_attach_or_seize()
912 error = ptrace(PTRACE_INTERRUPT, tcp->pid, 0, 0); in detach()
DChangeLog29643 PTRACE_INTERRUPT, PTRACE_KILL, and PTRACE_LISTEN request,
29647 RVAL_DECODED if request is one of PTRACE_ATTACH, PTRACE_INTERRUPT,
45061 using PTRACE_INTERRUPT instead of sending it a SIGSTOP.
45063 on detach if PTRACE_INTERRUPT wasn't used, or wait for any ptrace
49308 - All attaching is done with PTRACE_SEIZE + PTRACE_INTERRUPT.
49320 PTRACE_SEIZE + PTRACE_INTERRUPT to attach to given pid.
49328 * process.c: Decode PTRACE_SEIZE, PTRACE_INTERRUPT, PTRACE_LISTEN.
/external/strace/xlat/
Dptrace_cmds.in30 PTRACE_INTERRUPT
Dptrace_cmds.h104 #if defined(PTRACE_INTERRUPT) || (defined(HAVE_DECL_PTRACE_INTERRUPT) && HAVE_DECL_PTRACE_INTERRUPT)
105 XLAT(PTRACE_INTERRUPT),
/external/kernel-headers/original/uapi/linux/
Dptrace.h54 #define PTRACE_INTERRUPT 0x4207 macro
/external/linux-kselftest/tools/testing/selftests/cgroup/
Dtest_freezer.c667 if (ptrace(PTRACE_INTERRUPT, pid, NULL, NULL)) in test_cgfreezer_ptrace()
787 if (ptrace(PTRACE_INTERRUPT, pid, NULL, NULL)) in test_cgfreezer_ptraced()
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs121 pub const PTRACE_INTERRUPT: ::c_int = 0x4207; constant
/external/strace/tests-mx32/
Dptrace.c228 do_ptrace(PTRACE_INTERRUPT, pid, 0, 0); in main()
/external/strace/tests/
Dptrace.c228 do_ptrace(PTRACE_INTERRUPT, pid, 0, 0); in main()
/external/strace/tests-m32/
Dptrace.c228 do_ptrace(PTRACE_INTERRUPT, pid, 0, 0); in main()
/external/rust/crates/nix/src/sys/ptrace/
Dlinux.rs105 PTRACE_INTERRUPT,
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs566 pub const PTRACE_INTERRUPT: ::c_int = 0x4207; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs892 pub const PTRACE_INTERRUPT: ::c_uint = 0x4207; constant
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1385 pub const PTRACE_INTERRUPT: ::c_int = 0x4207; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2771 pub const PTRACE_INTERRUPT: ::c_int = 0x4207; constant