Searched refs:ptrace_stop (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/ptrace/ |
H A D | get_syscall_info.c | 40 ptrace_stop, ##__VA_ARGS__); \ 110 unsigned int ptrace_stop; in TEST() local 112 for (ptrace_stop = 0; ; ++ptrace_stop) { in TEST() 148 ASSERT_EQ(0, ptrace_stop) { in TEST() 183 switch (ptrace_stop) { in TEST() 187 exp_args = args[ptrace_stop / 2]; in TEST() 227 exp_param = &exit_param[ptrace_stop / 2 - 1]; in TEST() 268 ASSERT_EQ(ARRAY_SIZE(args) * 2, ptrace_stop); in TEST()
|
/linux/kernel/ |
H A D | signal.c | 2232 static int ptrace_stop(int exit_code, int why, unsigned long message, in ptrace_stop() function 2394 return ptrace_stop(exit_code, why, message, &info); in ptrace_do_notify() 2565 ptrace_stop(signr, CLD_STOPPED, 0, NULL); in do_jobctl_trap() 2626 signr = ptrace_stop(signr, CLD_TRAPPED, 0, info); in ptrace_signal()
|