Searched refs:send_sigtrap (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/arch/um/kernel/ |
H A D | ptrace.c | 114 static void send_sigtrap(struct task_struct *tsk, struct uml_pt_regs *regs, send_sigtrap() function 156 send_sigtrap(current, ®s->regs, 0); syscall_trace_leave()
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | ptrace.h | 83 extern void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs);
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | ptrace.c | 306 void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs) send_sigtrap() function 323 send_sigtrap(current, regs); do_breakpoint()
|
H A D | single_step.c | 757 send_sigtrap(current, regs); gx_singlestep_handle()
|
H A D | intvec_32.S | 1443 jal send_sigtrap /* issue a SIGTRAP */
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | ptrace.h | 82 extern void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs,
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | uprobes.c | 873 bool send_sigtrap = utask->autask.saved_tf; arch_uprobe_post_xol() local 890 send_sigtrap = false; arch_uprobe_post_xol() 898 if (send_sigtrap) arch_uprobe_post_xol()
|
H A D | signal.c | 658 * avoid the recursive send_sigtrap() in SIGTRAP handler. handle_signal()
|
H A D | traps.c | 695 send_sigtrap(tsk, regs, error_code, si_code); do_debug()
|
H A D | ptrace.c | 1428 void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs, send_sigtrap() function
|
Completed in 258 milliseconds