Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dsignal.c222 if (ptrace_cancel_bpt (current)) { in do_sigreturn()
250 if (ptrace_cancel_bpt (current)) { in do_rt_sigreturn()
486 unsigned long single_stepping = ptrace_cancel_bpt(current); in do_signal()
492 single_stepping |= ptrace_cancel_bpt(current); in do_signal()
498 single_stepping |= ptrace_cancel_bpt(current); in do_signal()
H A Dptrace.c238 ptrace_cancel_bpt(struct task_struct * child) in ptrace_cancel_bpt() function
264 ptrace_cancel_bpt(child); in user_disable_single_step()
H A Dproto.h169 extern int ptrace_cancel_bpt (struct task_struct *child);
H A Dtraps.c279 if (ptrace_cancel_bpt(current)) { in do_entIF()
/openbmc/qemu/linux-user/arm/
H A Dsignal.c496 if (ptrace_cancel_bpt(current)) in do_sigframe_return()