Home
last modified time | relevance | path

Searched refs:send_sigtrap (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/
H A Duprobes.c1083 bool send_sigtrap = utask->autask.saved_tf; in arch_uprobe_post_xol() local
1100 send_sigtrap = false; in arch_uprobe_post_xol()
1108 if (send_sigtrap) in arch_uprobe_post_xol()
H A Dptrace.c1408 void send_sigtrap(struct pt_regs *regs, int error_code, int si_code) in send_sigtrap() function
1422 send_sigtrap(regs, 0, TRAP_BRKPT); in user_single_step_report()
H A Dtraps.c1130 send_sigtrap(regs, 0, get_si_code(dr6)); in exc_debug_user()
/linux/arch/x86/include/asm/
H A Dptrace.h187 extern void send_sigtrap(struct pt_regs *regs, int error_code, int si_code);