Home
last modified time | relevance | path

Searched refs:PTRACE_O_TRACESYSGOOD (Results 1 – 15 of 15) sorted by relevance

/third_party/rust/crates/nix/test/sys/
Dtest_ptrace.rs34 let err = ptrace::setoptions(getpid(), Options::PTRACE_O_TRACESYSGOOD) in test_ptrace_setoptions()
151 ptrace::seize(child, ptrace::Options::PTRACE_O_TRACESYSGOOD) in test_ptrace_interrupt()
218 ptrace::setoptions(child, ptrace::Options::PTRACE_O_TRACESYSGOOD) in test_ptrace_syscall()
Dtest_wait.rs172 Options::PTRACE_O_TRACESYSGOOD | Options::PTRACE_O_TRACEEXIT, in ptrace_wait_parent()
207 Options::PTRACE_O_TRACESYSGOOD | Options::PTRACE_O_TRACEEXIT, in ptrace_waitid_parent()
/third_party/musl/ndk_musl_include/sys/
Dptrace.h69 #define PTRACE_O_TRACESYSGOOD 0x00000001 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dptrace.h69 #define PTRACE_O_TRACESYSGOOD 0x00000001 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dptrace.h69 #define PTRACE_O_TRACESYSGOOD 0x00000001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dptrace.h69 #define PTRACE_O_TRACESYSGOOD 0x00000001 macro
/third_party/musl/include/sys/
Dptrace.h70 #define PTRACE_O_TRACESYSGOOD 0x00000001 macro
/third_party/rust/crates/nix/src/sys/ptrace/
Dlinux.rs168 PTRACE_O_TRACESYSGOOD;
/third_party/toybox/toys/pending/
Dstrace.c597 ptrace(PTRACE_SETOPTIONS, TT.pid, 0, PTRACE_O_TRACESYSGOOD);
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt723 PTRACE_O_TRACESYSGOOD
Dlinux.txt1835 PTRACE_O_TRACESYSGOOD
Dandroid.txt1792 PTRACE_O_TRACESYSGOOD
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1178 pub const PTRACE_O_TRACESYSGOOD: ::c_int = 0x00000001; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1945 pub const PTRACE_O_TRACESYSGOOD: ::c_int = 0x00000001; constant
/third_party/rust/crates/nix/
DCHANGELOG.md1283 - On Linux and Android, added support for receiving `PTRACE_O_TRACESYSGOOD`