Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c276 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
286 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
297 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg()
316 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_set_debugreg_kernel_userspace()
349 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
356 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
363 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact()
379 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_exact_kernel_userspace()
397 ptrace(PTRACE_CONT, child_pid, NULL, 0); in test_sethwdebug_range_aligned()
406 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.h93 ret = ptrace(PTRACE_CONT, child, NULL, NULL); in cont_trace()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dptrace.h62 PTRACE_CONT = 7, enumerator
63 #define PT_CONTINUE PTRACE_CONT
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dptrace.h62 PTRACE_CONT = 7, enumerator
63 #define PT_CONTINUE PTRACE_CONT
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/
H 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()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/skas/
H A Dprocess.c68 err = ptrace(PTRACE_CONT, pid, 0, 0); in wait_stub_done()
102 err = ptrace(PTRACE_CONT, pid, 0, SIGSEGV); in get_skas_faultinfo()
511 err = ptrace(PTRACE_CONT, pid, 0, 0); in copy_context_skas0()
H A Dmem.c65 err = ptrace(PTRACE_CONT, pid, 0, 0); in do_syscall_stub()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dptrace.h18 #define PTRACE_CONT 7 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dptrace.h18 #define PTRACE_CONT 7 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dptrace.h18 #define PTRACE_CONT 7 macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dfsgsbase.c501 ptrace(PTRACE_CONT, child, NULL, NULL); in test_ptrace_write_gs_read_base()
581 ptrace(PTRACE_CONT, child, NULL, NULL); in test_ptrace_write_gsbase()
H 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()
H A Dfsgsbase_restore.c210 if (ptrace(PTRACE_CONT, chld, NULL, NULL) != 0) in main()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dprocess.c119 ptrace(PTRACE_CONT, pid); in os_kill_ptraced_process()
H A Dstart_up.c125 if (ptrace(PTRACE_CONT, pid, 0, 0) < 0) { in stop_ptraced_child()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace32.c294 case PTRACE_CONT: in compat_arch_ptrace()
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c196 if (ptrace(PTRACE_CONT, pid, NULL, sig)) { in do_parent()
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1524 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
1547 ret = ptrace(ptrace_syscall ? PTRACE_SYSCALL : PTRACE_CONT, in start_tracer()
3028 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3052 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
3067 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()
3098 ASSERT_EQ(0, ptrace(PTRACE_CONT, child_pid, NULL, 0)); in TEST()
/OK3568_Linux_fs/kernel/kernel/
H A Dptrace.c1218 case PTRACE_CONT: in ptrace_request()