Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/powerpc/ptrace/
H A 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 …]
H A Dptrace-syscall.c203 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
H A Dptrace-perf-hwbreak.c61 return sys_ptrace(PTRACE_CONT, pid, 0, signal); in ptrace_cont()
/linux/tools/testing/selftests/breakpoints/
H 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()
H A Dstep_after_suspend_test.c110 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
H A Dbreakpoint_test_arm64.c146 if (ptrace(PTRACE_CONT, pid, NULL, NULL) < 0) { in run_test()
/linux/tools/testing/selftests/riscv/vector/
H A Dvalidate_v_ptrace.c57 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST()
164 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST()
277 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST()
313 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST()
607 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST_F()
816 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST_F()
865 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST_F()
893 ASSERT_EQ(0, ptrace(PTRACE_CONT, pid, NULL, NULL)); in TEST_F()
H A Dvstate_ptrace.c105 ptrace(PTRACE_CONT, child, NULL, NULL); in do_parent()
/linux/tools/perf/arch/x86/tests/
H A Dbp-modify.c99 if (ptrace(PTRACE_CONT, child, NULL, NULL)) { in bp_modify1()
172 if (ptrace(PTRACE_CONT, child, NULL, NULL)) { in bp_modify2()
/linux/include/uapi/linux/
H A Dptrace.h18 #define PTRACE_CONT 7 macro
/linux/tools/testing/selftests/x86/
H A Dptrace_syscall.c263 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_ptrace_syscall_restart()
352 if (ptrace(PTRACE_CONT, chld, 0, 0) != 0) in test_restart_under_ptrace()
H A Dfsgsbase.c483 ptrace(PTRACE_CONT, child, NULL, NULL); in test_ptrace_write_gs_read_base()
563 ptrace(PTRACE_CONT, child, NULL, NULL); in test_ptrace_write_gsbase()
H A Dfsgsbase_restore.c209 if (ptrace(PTRACE_CONT, chld, NULL, NULL) != 0) in main()
/linux/tools/testing/selftests/riscv/cfi/
H A Dcfitests.c122 ptrace(PTRACE_CONT, pid, NULL, NULL); in cfi_ptrace_test()
/linux/arch/um/os-Linux/
H A Dprocess.c63 ptrace(PTRACE_CONT, pid); in os_kill_ptraced_process()
H A Dstart_up.c131 if (ptrace(PTRACE_CONT, pid, 0, 0) < 0) in stop_ptraced_child()
/linux/tools/testing/selftests/mm/
H A Dprotection_keys.c1552 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru()
1579 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru()
1593 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru()
1658 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru()
1672 ret = ptrace(PTRACE_CONT, child, 0, 0); in test_ptrace_modifies_pkru()
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace32.c292 case PTRACE_CONT: in compat_arch_ptrace()
/linux/tools/testing/selftests/arm64/abi/
H A Dptrace.c225 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
/linux/arch/um/os-Linux/skas/
H A Dmem.c109 err = ptrace(PTRACE_CONT, pid, 0, 0); in do_syscall_stub()
H A Dprocess.c129 err = ptrace(PTRACE_CONT, pid, 0, 0); in wait_stub_done()
255 err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV); in get_skas_faultinfo()
/linux/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c303 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
H A Dzt-ptrace.c307 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
/linux/tools/testing/selftests/arm64/gcs/
H A Dlibc-gcs.c218 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in TEST()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1563 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
1596 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
3116 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3140 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3155 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3159 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3189 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()

12