Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c288 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
298 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
309 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
328 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg_kernel_userspace()
361 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
368 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
375 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
391 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact_kernel_userspace()
409 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned()
418 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned()
[all …]
Dptrace-syscall.c203 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
Dptrace-perf-hwbreak.c652 ptrace(PTRACE_CONT, child_pid, NULL, 0); in ptrace_perf_hwbreak()
Dptrace.h97 ret = ptrace(PTRACE_CONT, child, NULL, NULL); in cont_trace()
/Linux-v6.1/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c299 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()
Dstep_after_suspend_test.c110 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
Dbreakpoint_test_arm64.c146 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
/Linux-v6.1/tools/perf/arch/x86/tests/
Dbp-modify.c101 if (ptrace(PTRACE_CONT, child, NULL, NULL)) { in bp_modify1()
177 if (ptrace(PTRACE_CONT, child, NULL, NULL)) { in bp_modify2()
/Linux-v6.1/include/uapi/linux/
Dptrace.h18 #define PTRACE_CONT 7 macro
/Linux-v6.1/arch/um/os-Linux/skas/
Dprocess.c119 err = ptrace(PTRACE_CONT, pid, 0, 0); in wait_stub_done()
153 err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV); in get_skas_faultinfo()
574 err = ptrace(PTRACE_CONT, pid, 0, 0); in copy_context_skas0()
Dmem.c67 err = ptrace(PTRACE_CONT, pid, 0, 0); in do_syscall_stub()
/Linux-v6.1/tools/testing/selftests/x86/
Dfsgsbase.c509 ptrace(PTRACE_CONT, child, NULL, NULL); in test_ptrace_write_gs_read_base()
589 ptrace(PTRACE_CONT, child, NULL, NULL); in test_ptrace_write_gsbase()
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()
Dfsgsbase_restore.c210 if (ptrace(PTRACE_CONT, chld, NULL, NULL) != 0) in main()
/Linux-v6.1/tools/testing/selftests/arm64/abi/
Dptrace.c197 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
/Linux-v6.1/arch/powerpc/kernel/ptrace/
Dptrace32.c292 case PTRACE_CONT: in compat_arch_ptrace()
/Linux-v6.1/arch/um/os-Linux/
Dprocess.c119 ptrace(PTRACE_CONT, pid); in os_kill_ptraced_process()
Dstart_up.c125 if (ptrace(PTRACE_CONT, pid, 0, 0) < 0) { in stop_ptraced_child()
/Linux-v6.1/tools/testing/selftests/arm64/fp/
Dza-ptrace.c291 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
Dsve-ptrace.c660 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
/Linux-v6.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1535 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
1568 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
3083 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3107 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3122 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3126 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3153 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
/Linux-v6.1/kernel/
Dptrace.c1217 case PTRACE_CONT: in ptrace_request()