Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/src/sys/ptrace/
H A Dbsd.rs40 PT_CONTINUE,
123 ptrace_other(Request::PT_CONTINUE, pid, 1 as AddressType, data) in cont()
130 /// This request is equivalent to `ptrace(PT_CONTINUE, ..., SIGKILL);`
/third_party/libunwind/libunwind/src/ptrace/
H A D_UPT_resume.c38 return ptrace(PT_CONTINUE, ui->pid, (caddr_t)1, 0); in _UPT_resume()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dptrace.h52 #define PT_CONTINUE PTRACE_CONT macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dptrace.h52 #define PT_CONTINUE PTRACE_CONT macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dptrace.h52 #define PT_CONTINUE PTRACE_CONT macro
/third_party/musl/include/sys/
H A Dptrace.h53 #define PT_CONTINUE PTRACE_CONT macro
/third_party/libunwind/libunwind/tests/
H A Dtest-ptrace.c307 ptrace (PT_CONTINUE, target_pid, (caddr_t)1, 0); in main()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs381 pub const PT_CONTINUE: ::c_int = 7; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs936 pub const PT_CONTINUE: ::c_int = 7; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs2819 pub const PT_CONTINUE: ::c_int = 7; consts

Completed in 25 milliseconds