Searched refs:single_stepping (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dsignal.c486 unsigned long single_stepping = ptrace_cancel_bpt(current); local
492 single_stepping |= ptrace_cancel_bpt(current);
498 single_stepping |= ptrace_cancel_bpt(current);
518 if (single_stepping)
/linux-master/arch/powerpc/kernel/
H A Dtraps.c582 #define single_stepping(regs) (current->thread.debug.dbcr0 & DBCR0_IC) macro
597 #define single_stepping(regs) ((regs)->msr & MSR_SE) macro
1163 if (single_stepping(regs))

Completed in 160 milliseconds