Searched refs:PTRACE_SINGLESTEP (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/um/include/shared/ |
H A D | ptrace_user.h | 50 { PTRACE_SYSCALL, PTRACE_SYSCALL, PTRACE_SINGLESTEP }, \ 51 { PTRACE_SYSEMU, PTRACE_SYSEMU, PTRACE_SINGLESTEP }, \
|
/openbmc/linux/include/uapi/linux/ |
H A D | ptrace.h | 20 #define PTRACE_SINGLESTEP 9 macro
|
/openbmc/linux/tools/testing/selftests/breakpoints/ |
H A D | step_after_suspend_test.c | 78 if (ptrace(PTRACE_SINGLESTEP, pid, NULL, NULL) < 0) { in run_test()
|
/openbmc/linux/arch/powerpc/kernel/ptrace/ |
H A D | ptrace32.c | 288 case PTRACE_SINGLESTEP: in compat_arch_ptrace()
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-perf-hwbreak.c | 66 return sys_ptrace(PTRACE_SINGLESTEP, pid, 0, signal); in ptrace_singlestep()
|
H A D | ptrace-hwbreak.c | 241 ptrace(PTRACE_SINGLESTEP, child_pid, NULL, 0); in check_success()
|
/openbmc/linux/kernel/ |
H A D | ptrace.c | 829 #define is_singlestep(request) ((request) == PTRACE_SINGLESTEP) 1209 case PTRACE_SINGLESTEP: in ptrace_request()
|