|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/ptrace.h>#include <linux/kprobes.h>#include <linux/compat.h>#include <linux/uaccess.h>#include <asm/traps.h>Go to the source code of this file.
Functions | |
| void | user_enable_single_step (struct task_struct *child) |
| void | user_disable_single_step (struct task_struct *child) |
| void | ptrace_disable (struct task_struct *child) |
| long | arch_ptrace (struct task_struct *child, long request, unsigned long addr, unsigned long data) |
| void | do_syscall_trace (void) |
| void | send_sigtrap (struct task_struct *tsk, struct pt_regs *regs, int error_code) |
| void __kprobes | do_breakpoint (struct pt_regs *regs, int fault_num) |
| void ptrace_disable | ( | struct task_struct * | child | ) |
| void user_disable_single_step | ( | struct task_struct * | child | ) |
| void user_enable_single_step | ( | struct task_struct * | child | ) |
1.8.2