Home
last modified time | relevance | path

Searched refs:PTRACE_SINGLESTEP (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/
H A Dptrace.h20 #define PTRACE_SINGLESTEP 9 macro
/linux/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c78 if (ptrace(PTRACE_SINGLESTEP, pid, NULL, NULL) < 0) { in run_test()
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace32.c288 case PTRACE_SINGLESTEP: in compat_arch_ptrace()
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c66 return sys_ptrace(PTRACE_SINGLESTEP, pid, 0, signal); in ptrace_singlestep()
H A Dptrace-hwbreak.c241 ptrace(PTRACE_SINGLESTEP, child_pid, NULL, 0); in check_success()