/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 237 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_watchpoints() 249 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_watchpoints() 260 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_watchpoints() 291 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests() 302 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()
|
D | ptrace-syscall.c | 203 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
|
/external/linux-kselftest/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 298 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_instruction_breakpoints() 320 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_watchpoints() 369 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests() 373 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests() 376 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()
|
D | step_after_suspend_test.c | 118 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
|
D | breakpoint_test_arm64.c | 155 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
|
/external/libunwind/src/ptrace/ |
D | _UPT_resume.c | 36 return ptrace (PTRACE_CONT, ui->pid, 0, 0); in _UPT_resume()
|
/external/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()
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 18 #define PTRACE_CONT 7 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.h | 38 #if defined(PTRACE_CONT) || (defined(HAVE_DECL_PTRACE_CONT) && HAVE_DECL_PTRACE_CONT) 39 XLAT(PTRACE_CONT),
|
D | ptrace_cmds.in | 8 PTRACE_CONT
|
/external/strace/tests-m32/ |
D | test_ucopy.c | 140 if (ptrace(PTRACE_CONT, pid, 0, 0)) { in test_ucopy()
|
D | ptrace.c | 163 if (do_ptrace(PTRACE_CONT, pid, 0, 0)) { in test_peeksiginfo() 400 do_ptrace(PTRACE_CONT, pid, 0, SIGUSR1); in main()
|
/external/strace/tests-mx32/ |
D | test_ucopy.c | 140 if (ptrace(PTRACE_CONT, pid, 0, 0)) { in test_ucopy()
|
D | ptrace.c | 163 if (do_ptrace(PTRACE_CONT, pid, 0, 0)) { in test_peeksiginfo() 400 do_ptrace(PTRACE_CONT, pid, 0, SIGUSR1); in main()
|
/external/strace/tests/ |
D | test_ucopy.c | 140 if (ptrace(PTRACE_CONT, pid, 0, 0)) { in test_ucopy()
|
D | ptrace.c | 163 if (do_ptrace(PTRACE_CONT, pid, 0, 0)) { in test_peeksiginfo() 400 do_ptrace(PTRACE_CONT, pid, 0, SIGUSR1); in main()
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace02.c | 186 if ((ptrace(PTRACE_CONT, child_pid, in main()
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | ptrace_syscall.c | 283 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_ptrace_syscall_restart() 372 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_restart_under_ptrace()
|
/external/elfutils/libdwfl/ |
D | linux-pid-attach.c | 91 ptrace (PTRACE_CONT, tid, NULL, NULL); in __libdwfl_ptrace_attach() 106 if (ptrace (PTRACE_CONT, tid, NULL, in __libdwfl_ptrace_attach()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | ptrace.cc | 128 ptrace(PTRACE_CONT, pid, NULL, NULL); in main()
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptrace.cc | 120 ptrace(PTRACE_CONT, pid, NULL, NULL); in main()
|
/external/autotest/client/site_tests/security_ptraceRestrictions/src/ |
D | thread-prctl.c | 102 ptrace_result = ptrace(PTRACE_CONT, tracee, NULL, NULL); in tracer_main()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | types_netbsd.go | 186 PTRACE_CONT = C.PT_CONTINUE const
|
D | types_darwin.go | 185 PTRACE_CONT = C.PT_CONTINUE const
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 1050 ptrace(PTRACE_CONT, tracee, NULL, 0); in tracer() 1071 ret = ptrace(PTRACE_CONT, tracee, NULL, NULL); in tracer() 2158 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 2181 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 2191 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 2195 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 2222 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
|