Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/ptrace/
A 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()
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()
427 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned()
[all …]
A Dptrace-syscall.c203 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
A Dptrace-perf-hwbreak.c652 ptrace(PTRACE_CONT, child_pid, NULL, 0); in ptrace_perf_hwbreak()
A Dptrace.h93 ret = ptrace(PTRACE_CONT, child, NULL, NULL); in cont_trace()
/linux/tools/testing/selftests/breakpoints/
A 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()
A Dstep_after_suspend_test.c110 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
A Dbreakpoint_test_arm64.c146 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
/linux/tools/perf/arch/x86/tests/
A 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/arch/um/os-Linux/skas/
A Dprocess.c118 err = ptrace(PTRACE_CONT, pid, 0, 0); in wait_stub_done()
152 err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV); in get_skas_faultinfo()
573 err = ptrace(PTRACE_CONT, pid, 0, 0); in copy_context_skas0()
A Dmem.c67 err = ptrace(PTRACE_CONT, pid, 0, 0); in do_syscall_stub()
/linux/include/uapi/linux/
A Dptrace.h18 #define PTRACE_CONT 7 macro
/linux/tools/testing/selftests/x86/
A 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()
A 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()
A Dfsgsbase_restore.c210 if (ptrace(PTRACE_CONT, chld, NULL, NULL) != 0) in main()
/linux/arch/powerpc/kernel/ptrace/
A Dptrace32.c292 case PTRACE_CONT: in compat_arch_ptrace()
/linux/arch/um/os-Linux/
A Dprocess.c119 ptrace(PTRACE_CONT, pid); in os_kill_ptraced_process()
A Dstart_up.c125 if (ptrace(PTRACE_CONT, pid, 0, 0) < 0) { in stop_ptraced_child()
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c1528 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
1551 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
3032 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3056 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3071 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3075 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3102 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
/linux/tools/testing/selftests/arm64/fp/
A Dsve-ptrace.c492 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
/linux/kernel/
A Dptrace.c1220 case PTRACE_CONT: in ptrace_request()

Completed in 30 milliseconds