Searched refs:PT_CONTINUE (Results 1 - 10 of 10) sorted by relevance
/third_party/rust/crates/nix/src/sys/ptrace/ |
H A D | bsd.rs | 40 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.c | 38 return ptrace(PT_CONTINUE, ui->pid, (caddr_t)1, 0); in _UPT_resume()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ptrace.h | 52 #define PT_CONTINUE PTRACE_CONT macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ptrace.h | 52 #define PT_CONTINUE PTRACE_CONT macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ptrace.h | 52 #define PT_CONTINUE PTRACE_CONT macro
|
/third_party/musl/include/sys/ |
H A D | ptrace.h | 53 #define PT_CONTINUE PTRACE_CONT macro
|
/third_party/libunwind/libunwind/tests/ |
H A D | test-ptrace.c | 307 ptrace (PT_CONTINUE, target_pid, (caddr_t)1, 0); in main()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 381 pub const PT_CONTINUE: ::c_int = 7; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 936 pub const PT_CONTINUE: ::c_int = 7; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 2819 pub const PT_CONTINUE: ::c_int = 7; consts
|
Completed in 24 milliseconds