/third_party/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace01.c | 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()
|
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/ndk_musl_include/sys/ |
D | ptrace.h | 18 #define PTRACE_CONT 7 macro 52 #define PT_CONTINUE PTRACE_CONT
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ptrace.h | 18 #define PTRACE_CONT 7 macro 52 #define PT_CONTINUE PTRACE_CONT
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
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/ |
D | ptrace.h | 18 #define PTRACE_CONT 7 macro 52 #define PT_CONTINUE PTRACE_CONT
|
/third_party/musl/include/sys/ |
D | ptrace.h | 18 #define PTRACE_CONT 7 macro 53 #define PT_CONTINUE PTRACE_CONT
|
/third_party/libunwind/src/ptrace/ |
D | _UPT_resume.c | 36 return ptrace (PTRACE_CONT, ui->pid, 0, 0); in _UPT_resume()
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
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()
|
/third_party/libevdev/test/ |
D | test-main.c | 40 ptrace(PTRACE_CONT, NULL, NULL); in is_debugger_attached()
|
/third_party/elfutils/libdwfl/ |
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/ |
D | linux.rs | 50 PTRACE_CONT, 428 ptrace_other(Request::PTRACE_CONT, pid, ptr::null_mut(), data).map(drop) in cont()
|
/third_party/libunwind/tests/ |
D | test-ptrace.c | 301 ptrace (PTRACE_CONT, target_pid, 0, 0); in main()
|
/third_party/elfutils/tests/ |
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/ |
D | mod.rs | 130 pub const PTRACE_CONT: ::c_int = 7; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 559 pub const PTRACE_CONT: ::c_int = 7; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 697 PTRACE_CONT
|
D | linux.txt | 1811 PTRACE_CONT
|
D | android.txt | 1771 PTRACE_CONT
|
/third_party/libunwind/ |
D | configure.ac | 59 PTRACE_TRACEME, PTRACE_CONT, PTRACE_SINGLESTEP,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 861 pub const PTRACE_CONT: ::c_uint = 7; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1354 pub const PTRACE_CONT: ::c_int = 7; constant
|
/third_party/libinput/ |
D | meson.build | 137 config_h.set('PTRACE_CONT', 'PT_CONTINUE')
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1497 pub const PTRACE_CONT: ::c_int = 7; constant
|
/third_party/libinput/test/ |
D | litest.c | 4697 ptrace(PTRACE_CONT, ppid, NULL, 0); in is_debugger_attached()
|