Searched refs:send_sigtrap (Results 1 – 5 of 5) sorted by relevance
| /arch/um/kernel/ |
| A D | ptrace.c | 112 static void send_sigtrap(struct uml_pt_regs *regs, int error_code) in send_sigtrap() function 149 send_sigtrap(®s->regs, 0); in syscall_trace_leave()
|
| /arch/x86/kernel/ |
| A D | uprobes.c | 1092 bool send_sigtrap = utask->autask.saved_tf; in arch_uprobe_post_xol() local 1109 send_sigtrap = false; in arch_uprobe_post_xol() 1117 if (send_sigtrap) in arch_uprobe_post_xol()
|
| A D | ptrace.c | 1408 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()
|
| A D | traps.c | 1237 send_sigtrap(regs, 0, get_si_code(dr6)); in exc_debug_user()
|
| /arch/x86/include/asm/ |
| A D | ptrace.h | 187 extern void send_sigtrap(struct pt_regs *regs, int error_code, int si_code);
|
Completed in 19 milliseconds