Home
last modified time | relevance | path

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

123

/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c237 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()
Dptrace-syscall.c203 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
/external/linux-kselftest/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c298 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()
Dstep_after_suspend_test.c118 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
Dbreakpoint_test_arm64.c155 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.h18 #define PTRACE_CONT 7 macro
/external/strace/xlat/
Dptrace_cmds.h38 #if defined(PTRACE_CONT) || (defined(HAVE_DECL_PTRACE_CONT) && HAVE_DECL_PTRACE_CONT)
39 XLAT(PTRACE_CONT),
Dptrace_cmds.in8 PTRACE_CONT
/external/strace/tests-m32/
Dtest_ucopy.c140 if (ptrace(PTRACE_CONT, pid, 0, 0)) { in test_ucopy()
Dptrace.c163 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/
Dtest_ucopy.c140 if (ptrace(PTRACE_CONT, pid, 0, 0)) { in test_ucopy()
Dptrace.c163 if (do_ptrace(PTRACE_CONT, pid, 0, 0)) { in test_peeksiginfo()
400 do_ptrace(PTRACE_CONT, pid, 0, SIGUSR1); in main()
/external/strace/tests/
Dtest_ucopy.c140 if (ptrace(PTRACE_CONT, pid, 0, 0)) { in test_ucopy()
Dptrace.c163 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/
Dptrace02.c186 if ((ptrace(PTRACE_CONT, child_pid, in main()
/external/linux-kselftest/tools/testing/selftests/x86/
Dptrace_syscall.c283 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/
Dlinux-pid-attach.c91 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/
Dptrace.cc128 ptrace(PTRACE_CONT, pid, NULL, NULL); in main()
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dptrace.cc120 ptrace(PTRACE_CONT, pid, NULL, NULL); in main()
/external/autotest/client/site_tests/security_ptraceRestrictions/src/
Dthread-prctl.c102 ptrace_result = ptrace(PTRACE_CONT, tracee, NULL, NULL); in tracer_main()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dtypes_netbsd.go186 PTRACE_CONT = C.PT_CONTINUE const
Dtypes_darwin.go185 PTRACE_CONT = C.PT_CONTINUE const
/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()

123