Home
last modified time | relevance | path

Searched refs:PTRACE_CONT (Results 1 – 25 of 27) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c296 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()
Dstep_after_suspend_test.c111 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
/external/libunwind/src/ptrace/
D_UPT_resume.c36 return ptrace (PTRACE_CONT, ui->pid, 0, 0); in _UPT_resume()
/external/ltp/testcases/kernel/controllers/freezer/
Dvfork.c254 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/
Dptrace.h17 #define PTRACE_CONT 7 macro
/external/strace/xlat/
Dptrace_cmds.in8 PTRACE_CONT
Dptrace_cmds.h32 #if defined(PTRACE_CONT) || (defined(HAVE_DECL_PTRACE_CONT) && HAVE_DECL_PTRACE_CONT)
33 XLAT(PTRACE_CONT),
/external/ltp/testcases/kernel/syscalls/ptrace/
Dptrace02.c186 if ((ptrace(PTRACE_CONT, child_pid, in main()
/external/valgrind/coregrind/
Dvgdb-invoker-ptrace.c317 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/
Dptrace.c161 if (do_ptrace(PTRACE_CONT, pid, 0, 0)) { in test_peeksiginfo()
388 do_ptrace(PTRACE_CONT, pid, 0, SIGUSR1); in main()
/external/strace/tests/
Dptrace.c161 if (do_ptrace(PTRACE_CONT, pid, 0, 0)) { in test_peeksiginfo()
388 do_ptrace(PTRACE_CONT, pid, 0, SIGUSR1); in main()
/external/elfutils/libdwfl/
Dlinux-pid-attach.c89 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/
Dptrace_syscall.c279 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/
Dptrace.c161 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/
Dptrace.cc120 ptrace(PTRACE_CONT, pid, NULL, NULL); in main()
/external/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cc128 ptrace(PTRACE_CONT, pid, NULL, NULL); in main()
/external/strace/
Dprocess.c173 case PTRACE_CONT: in SYS_FUNC()
Dstrace.c408 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/
Dthread-prctl.c102 ptrace_result = ptrace(PTRACE_CONT, tracee, NULL, NULL); in tracer_main()
/external/seccomp-tests/linux/
Dseccomp_bpf.c1050 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/
Dseccomp_bpf.c1052 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/
Dtest-ptrace.c296 ptrace (PTRACE_CONT, target_pid, 0, 0); in main()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc157 internal_ptrace(PTRACE_CONT, tid, nullptr, in SuspendThread()
/external/elfutils/tests/
Dbacktrace.c274 l = ptrace (PTRACE_CONT, pid2, NULL, (void *) (intptr_t) SIGUSR2); in prepare_thread()
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c786 ptrace(PTRACE_CONT, tracee, NULL, 0); in tracer()
818 ret = ptrace(PTRACE_CONT, tracee, NULL, NULL); in tracer()

12