/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
H A D | ptrace01.c | 10 * PTRACE_KILL and PTRACE_CONT requests. 14 * Afterwards parent does ptrace(PTRACE_KILL, ..)/ptrace(PTRACE_CONT, ..) 17 * Test passes if child exits normally for PTRACE_CONT. 42 {0, PTRACE_CONT, 1, 0, "Testing PTRACE_CONT without child handler"}, 43 {1, PTRACE_CONT, 1, 0, "Testing PTRACE_CONT with child handler"}, 114 if ((tc->request == PTRACE_CONT && in run()
|
H A D | ptrace09.c | 62 SAFE_PTRACE(PTRACE_CONT, child_pid, NULL, NULL); in run() 75 SAFE_PTRACE(PTRACE_CONT, child_pid, NULL, NULL); in run()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ptrace.h | 18 #define PTRACE_CONT 7 macro 52 #define PT_CONTINUE PTRACE_CONT
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ptrace.h | 18 #define PTRACE_CONT 7 macro 52 #define PT_CONTINUE PTRACE_CONT
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ptrace.h | 18 #define PTRACE_CONT 7 macro 52 #define PT_CONTINUE PTRACE_CONT
|
/third_party/musl/include/sys/ |
H A D | ptrace.h | 18 #define PTRACE_CONT 7 macro 53 #define PT_CONTINUE PTRACE_CONT
|
/third_party/libunwind/libunwind/src/ptrace/ |
H A D | _UPT_resume.c | 36 return ptrace (PTRACE_CONT, ui->pid, 0, 0); in _UPT_resume()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | vfork.c | 254 if (ptrace(PTRACE_CONT, process, NULL, NULL) == -1) in do_trace() 357 if (ptrace(PTRACE_CONT, child, NULL, NULL) == in main() 360 "ptrace(PTRACE_CONT) failed."); in main()
|
/third_party/libevdev/test/ |
H A D | test-main.c | 40 ptrace(PTRACE_CONT, NULL, NULL); in is_debugger_attached()
|
/third_party/elfutils/libdwfl/ |
H A D | linux-pid-attach.c | 92 ptrace (PTRACE_CONT, tid, NULL, NULL); in __libdwfl_ptrace_attach() 107 if (ptrace (PTRACE_CONT, tid, NULL, in __libdwfl_ptrace_attach()
|
/third_party/rust/crates/nix/src/sys/ptrace/ |
H A D | linux.rs | 50 PTRACE_CONT, 418 /// Restart the stopped tracee process, as with `ptrace(PTRACE_CONT, ...)` 428 ptrace_other(Request::PTRACE_CONT, pid, ptr::null_mut(), data).map(drop) in cont() 452 /// This request is equivalent to `ptrace(PTRACE_CONT, ..., SIGKILL);`
|
/third_party/libunwind/libunwind/tests/ |
H A D | test-ptrace.c | 305 ptrace (PTRACE_CONT, target_pid, 0, 0); in main()
|
/third_party/elfutils/tests/ |
H A D | backtrace.c | 335 l = ptrace (PTRACE_CONT, pid2, NULL, (void *) (intptr_t) SIGUSR2); in prepare_thread()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
H A D | mod.rs | 130 pub const PTRACE_CONT: ::c_int = 7; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 559 pub const PTRACE_CONT: ::c_int = 7; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1354 pub const PTRACE_CONT: ::c_int = 7; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 861 pub const PTRACE_CONT: ::c_uint = 7; consts
|
/third_party/libinput/test/ |
H A D | litest.c | 4756 ptrace(PTRACE_CONT, ppid, NULL, 0); in is_debugger_attached()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1497 pub const PTRACE_CONT: ::c_int = 7; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2767 pub const PTRACE_CONT: ::c_int = 7; consts
|