Home
last modified time | relevance | path

Searched refs:PTRACE_O_TRACESYSGOOD (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/nix/test/sys/
H A 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()
H A 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/porting/liteos_m/kernel/include/sys/
H A Dptrace.h69 #define PTRACE_O_TRACESYSGOOD 0x00000001 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dptrace.h69 #define PTRACE_O_TRACESYSGOOD 0x00000001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h69 #define PTRACE_O_TRACESYSGOOD 0x00000001 macro
/third_party/musl/include/sys/
H A Dptrace.h70 #define PTRACE_O_TRACESYSGOOD 0x00000001 macro
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs168 PTRACE_O_TRACESYSGOOD;
/third_party/toybox/toys/pending/
H A Dstrace.c552 // PTRACE_O_TRACESYSGOOD sets bit 7 to indicate a syscall. in next()
597 ptrace(PTRACE_SETOPTIONS, TT.pid, 0, PTRACE_O_TRACESYSGOOD); in strace_main()
598 if (errno) perror_exit("PTRACE_SETOPTIONS PTRACE_O_TRACESYSGOOD failed"); in strace_main()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1178 pub const PTRACE_O_TRACESYSGOOD: ::c_int = 0x00000001; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1945 pub const PTRACE_O_TRACESYSGOOD: ::c_int = 0x00000001; consts

Completed in 22 milliseconds