/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 267 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg() 277 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg() 288 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg() 322 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact() 329 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact() 336 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact() 354 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned() 363 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned() 372 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned() 390 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_unaligned() [all …]
|
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 | 299 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_instruction_breakpoints() 321 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_watchpoints() 377 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests() 381 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests() 384 ptrace(PTRACE_CONT, child_pid, NULL, 0); in launch_tests()
|
D | step_after_suspend_test.c | 109 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
|
D | breakpoint_test_arm64.c | 146 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.in | 8 PTRACE_CONT
|
D | ptrace_cmds.h | 38 #if defined(PTRACE_CONT) || (defined(HAVE_DECL_PTRACE_CONT) && HAVE_DECL_PTRACE_CONT) 39 XLAT(PTRACE_CONT),
|
/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-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/ |
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/strace/ |
D | process.c | 183 case PTRACE_CONT: in SYS_FUNC()
|
/external/wayland/tests/ |
D | test-runner.c | 262 ptrace(PTRACE_CONT, NULL, NULL); in is_debugger_attached()
|
/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/libunwind/tests/ |
D | test-ptrace.c | 296 ptrace (PTRACE_CONT, target_pid, 0, 0); in main()
|