6 #include <linux/audit.h>
7 #include <linux/ptrace.h>
8 #include <linux/sched.h>
10 #include <asm/uaccess.h>
11 #include <skas_ptrace.h>
18 child->
thread.singlestep_syscall = 0;
20 #ifdef SUBARCH_SET_SINGLESTEPPING
21 SUBARCH_SET_SINGLESTEPPING(child, 1);
28 child->
thread.singlestep_syscall = 0;
30 #ifdef SUBARCH_SET_SINGLESTEPPING
31 SUBARCH_SET_SINGLESTEPPING(child, 0);
47 unsigned long addr,
unsigned long data)
85 unsigned long tmp = 0;
178 tracehook_report_syscall_entry(regs);
185 audit_syscall_exit(regs);
194 tracehook_report_syscall_exit(regs, 0);