/external/linux-kselftest/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 296 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_instruction_breakpoints() 318 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_watchpoints() 366 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests() 370 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests() 373 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()
|
D | step_after_suspend_test.c | 111 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 | 17 #define PTRACE_CONT 7 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 8 PTRACE_CONT
|
D | ptrace_cmds.h | 32 #if defined(PTRACE_CONT) || (defined(HAVE_DECL_PTRACE_CONT) && HAVE_DECL_PTRACE_CONT) 33 XLAT(PTRACE_CONT),
|
/external/ltp/testcases/kernel/syscalls/ptrace/ |
D | ptrace02.c | 186 if ((ptrace(PTRACE_CONT, child_pid, in main()
|
/external/valgrind/coregrind/ |
D | vgdb-invoker-ptrace.c | 317 res = ptrace (PTRACE_CONT, pid, NULL, 0); in waitstopped() 320 res = ptrace (PTRACE_CONT, pid, NULL, signal_received); in waitstopped() 771 res = ptrace (PTRACE_CONT, pid_of_save_regs, NULL, in restore_and_detach() 1101 res = ptrace (PTRACE_CONT, pid, NULL, NULL); in invoker_invoke_gdbserver()
|
/external/strace/tests-mx32/ |
D | ptrace.c | 161 if (do_ptrace(PTRACE_CONT, pid, 0, 0)) { in test_peeksiginfo() 388 do_ptrace(PTRACE_CONT, pid, 0, SIGUSR1); in main()
|
/external/strace/tests/ |
D | ptrace.c | 161 if (do_ptrace(PTRACE_CONT, pid, 0, 0)) { in test_peeksiginfo() 388 do_ptrace(PTRACE_CONT, pid, 0, SIGUSR1); in main()
|
/external/elfutils/libdwfl/ |
D | linux-pid-attach.c | 89 ptrace (PTRACE_CONT, tid, NULL, NULL); in __libdwfl_ptrace_attach() 104 if (ptrace (PTRACE_CONT, tid, NULL, in __libdwfl_ptrace_attach()
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | ptrace_syscall.c | 279 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_ptrace_syscall_restart() 366 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_restart_under_ptrace()
|
/external/strace/tests-m32/ |
D | ptrace.c | 161 if (do_ptrace(PTRACE_CONT, pid, 0, 0)) { in test_peeksiginfo() 388 do_ptrace(PTRACE_CONT, pid, 0, SIGUSR1); in main()
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | ptrace.cc | 120 ptrace(PTRACE_CONT, pid, NULL, NULL); in main()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | ptrace.cc | 128 ptrace(PTRACE_CONT, pid, NULL, NULL); in main()
|
/external/strace/ |
D | process.c | 173 case PTRACE_CONT: in SYS_FUNC()
|
D | strace.c | 408 case PTRACE_CONT: in ptrace_restart() 981 error = ptrace_restart(PTRACE_CONT, tcp, sig); in detach() 2054 ptrace(PTRACE_CONT, pid, NULL, 0); in maybe_allocate_tcb()
|
/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/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()
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1052 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer() 1075 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer() 2334 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 2357 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 2367 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 2371 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST() 2398 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
|
/external/libunwind/tests/ |
D | test-ptrace.c | 296 ptrace (PTRACE_CONT, target_pid, 0, 0); in main()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 157 internal_ptrace(PTRACE_CONT, tid, nullptr, in SuspendThread()
|
/external/elfutils/tests/ |
D | backtrace.c | 274 l = ptrace (PTRACE_CONT, pid2, NULL, (void *) (intptr_t) SIGUSR2); in prepare_thread()
|
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
D | seccomp_bpf_tests.c | 786 ptrace(PTRACE_CONT, tracee, NULL, 0); in tracer() 818 ret = ptrace(PTRACE_CONT, tracee, NULL, NULL); in tracer()
|