Searched refs:PTRACE_SINGLESTEP (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Dptrace.h20 #define PTRACE_SINGLESTEP 9 macro
/linux-master/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c78 if (ptrace(PTRACE_SINGLESTEP, pid, NULL, NULL) < 0) {
81 "ptrace(PTRACE_SINGLESTEP) not supported on this architecture: %s\n",
85 ksft_print_msg("ptrace(PTRACE_SINGLESTEP) failed: %s\n",
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace32.c288 case PTRACE_SINGLESTEP:
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c66 return sys_ptrace(PTRACE_SINGLESTEP, pid, 0, signal);
H A Dptrace-hwbreak.c241 ptrace(PTRACE_SINGLESTEP, child_pid, NULL, 0);
/linux-master/kernel/
H A Dptrace.c809 #define is_singlestep(request) ((request) == PTRACE_SINGLESTEP)
1189 case PTRACE_SINGLESTEP:

Completed in 151 milliseconds