Home
last modified time | relevance | path

Searched refs:PT_STEP (Results 1 - 11 of 11) sorted by relevance

/third_party/rust/crates/nix/src/sys/ptrace/
H A Dbsd.rs48 PT_STEP,
138 /// `ptrace(PT_STEP, ...)`
173 ptrace_other(Request::PT_STEP, pid, ptr::null_mut(), data).map(drop) in step()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dpowerpc.rs19 pub const PT_STEP: ::c_int = PT_FIRSTMACH + 0; consts
H A Dx86_64.rs36 pub const PT_STEP: ::c_int = PT_FIRSTMACH + 0; consts
/third_party/libunwind/libunwind/tests/
H A Dtest-ptrace.c321 if (ptrace (PT_STEP, target_pid, (caddr_t)1, pending_sig) < 0) in main()
323 panic ("ptrace(PT_STEP) failed (errno=%d)\n", errno); in main()
350 ptrace (PT_STEP, target_pid, (caddr_t)1, pending_sig); in main()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dptrace.h54 #define PT_STEP PTRACE_SINGLESTEP macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dptrace.h54 #define PT_STEP PTRACE_SINGLESTEP macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h54 #define PT_STEP PTRACE_SINGLESTEP macro
/third_party/musl/include/sys/
H A Dptrace.h55 #define PT_STEP PTRACE_SINGLESTEP macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dx86_64.rs126 pub const PT_STEP: ::c_int = PT_FIRSTMACH + 0; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs938 pub const PT_STEP: ::c_int = 9; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs2821 pub const PT_STEP: ::c_int = 9; consts

Completed in 22 milliseconds