Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/powerpc/ptrace/
Dptrace-hwbreak.c289 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
299 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
310 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
329 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg_kernel_userspace()
362 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
369 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
376 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
392 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact_kernel_userspace()
410 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned()
419 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.c61 return sys_ptrace(PTRACE_CONT, pid, 0, signal); in ptrace_cont()
Dptrace.h97 ret = ptrace(PTRACE_CONT, child, NULL, NULL); in cont_trace()
/linux-6.12.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-6.12.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-6.12.1/include/uapi/linux/
Dptrace.h18 #define PTRACE_CONT 7 macro
/linux-6.12.1/arch/um/os-Linux/skas/
Dprocess.c121 err = ptrace(PTRACE_CONT, pid, 0, 0); in wait_stub_done()
154 err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV); in get_skas_faultinfo()
Dmem.c95 err = ptrace(PTRACE_CONT, pid, 0, 0); in do_syscall_stub()
/linux-6.12.1/tools/testing/selftests/x86/
Dfsgsbase.c503 ptrace(PTRACE_CONT, child, NULL, NULL); in test_ptrace_write_gs_read_base()
583 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.c209 if (ptrace(PTRACE_CONT, chld, NULL, NULL) != 0) in main()
/linux-6.12.1/tools/testing/selftests/mm/
Dprotection_keys.c1616 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru()
1643 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru()
1657 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru()
1722 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru()
1736 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru()
/linux-6.12.1/tools/testing/selftests/arm64/abi/
Dptrace.c225 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
/linux-6.12.1/arch/powerpc/kernel/ptrace/
Dptrace32.c292 case PTRACE_CONT: in compat_arch_ptrace()
/linux-6.12.1/arch/um/os-Linux/
Dprocess.c119 ptrace(PTRACE_CONT, pid); in os_kill_ptraced_process()
Dstart_up.c122 if (ptrace(PTRACE_CONT, pid, 0, 0) < 0) in stop_ptraced_child()
/linux-6.12.1/tools/testing/selftests/arm64/fp/
Dza-ptrace.c301 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
Dzt-ptrace.c306 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
Dsve-ptrace.c670 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
Dfp-ptrace.c668 if (!continue_breakpoint(child, PTRACE_CONT)) in run_parent()
/linux-6.12.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1543 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
1576 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
3102 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()
3141 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3145 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3172 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
/linux-6.12.1/kernel/
Dptrace.c1198 case PTRACE_CONT: in ptrace_request()