Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/ptrace.h>
#include <linux/signal.h>
#include <linux/uaccess.h>
Go to the source code of this file.
Functions | |
void | ptrace_disable (struct task_struct *child) |
long | arch_ptrace (struct task_struct *child, long request, unsigned long addr, unsigned long data) |
asmlinkage int | syscall_trace (int why, struct pt_regs *regs, int scno) |
void ptrace_disable | ( | struct task_struct * | child | ) |