Searched refs:ptrace_notify (Results 1 – 25 of 25) sorted by relevance
79 ptrace_notify(SIGTRAP | ((ptrace & PT_TRACESYSGOOD) ? 0x80 : 0)); in ptrace_report_syscall()390 ptrace_notify(SIGTRAP); in tracehook_signal_handler()
111 extern void ptrace_notify(int exit_code);168 ptrace_notify((event << 8) | SIGTRAP); in ptrace_event()
135 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) in syscall_trace()
158 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) in do_syscall_trace()
179 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD)
263 ptrace_notify(SIGTRAP); in setup_rt_frame()
192 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) in do_syscall_trace()
175 ptrace_notify(SIGTRAP|((current->ptrace & PT_TRACESYSGOOD) ? 0x80 : 0)); in do_syscall_trace()
229 ptrace_notify(SIGTRAP); in setup_rt_frame()
429 ptrace_notify(SIGTRAP); in compat_setup_rt_frame()
721 ptrace_notify(SIGTRAP); in gx_singlestep_handle()
225 ptrace_notify(SIGTRAP | (tracesysgood ? 0x80 : 0)); in syscall_trace()
321 ptrace_notify(SIGTRAP); in setup_frame()423 ptrace_notify(SIGTRAP); in setup_rt_frame()
266 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) in syscall_trace()
201 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) in syscall_trace()
381 ptrace_notify(SIGTRAP); in setup_signal_stack_sc()438 ptrace_notify(SIGTRAP); in setup_signal_stack_si()
340 ptrace_notify(SIGTRAP); in setup_frame()421 ptrace_notify(SIGTRAP); in setup_rt_frame()
263 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) in do_syscall_trace()
325 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) in syscall_trace()
314 ptrace_notify(SIGTRAP|((current->ptrace & PT_TRACESYSGOOD) ? 0x80 : 0)); in do_syscall_trace()
371 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) ? in do_syscall_trace()
691 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) in do_syscall_trace()
554 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) ? in do_syscall_trace()
815 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) in syscall_trace()
1717 void ptrace_notify(int exit_code) in ptrace_notify() function