Home
last modified time | relevance | path

Searched refs:PT_TRACE_ME (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/nix/src/sys/ptrace/
H A Dbsd.rs29 PT_TRACE_ME,
84 ptrace_other(Request::PT_TRACE_ME, Pid::from_raw(0), ptr::null_mut(), 0) in traceme()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dptrace.h10 #define PT_TRACE_ME PTRACE_TRACEME macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dptrace.h10 #define PT_TRACE_ME PTRACE_TRACEME macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h10 #define PT_TRACE_ME PTRACE_TRACEME macro
/third_party/musl/include/sys/
H A Dptrace.h10 #define PT_TRACE_ME PTRACE_TRACEME macro
/third_party/libunwind/libunwind/tests/
H A Dtest-ptrace.c227 ptrace (PT_TRACE_ME, 0, 0, 0); in main()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs376 pub const PT_TRACE_ME: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs931 pub const PT_TRACE_ME: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs2812 pub const PT_TRACE_ME: ::c_int = 0; consts

Completed in 24 milliseconds