|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/sched.h>#include <linux/mm.h>#include <linux/smp.h>#include <linux/errno.h>#include <linux/ptrace.h>#include <linux/user.h>#include <linux/signal.h>#include <linux/tracehook.h>#include <asm/uaccess.h>#include <asm/page.h>#include <asm/pgtable.h>#include <asm/processor.h>Go to the source code of this file.
Macros | |
| #define | SR_MASK 0x001f |
| #define | TRACE_BITS 0xC000 |
| #define | T1_BIT 0x8000 |
| #define | T0_BIT 0x4000 |
| #define | PT_REG(reg) ((long)&((struct pt_regs *)0)->reg) |
| #define | SW_REG(reg) |
Functions | |
| void | ptrace_disable (struct task_struct *child) |
| void | user_enable_single_step (struct task_struct *child) |
| void | user_disable_single_step (struct task_struct *child) |
| long | arch_ptrace (struct task_struct *child, long request, unsigned long addr, unsigned long data) |
| asmlinkage void | syscall_trace (void) |
| asmlinkage int | syscall_trace_enter (void) |
| asmlinkage void | syscall_trace_leave (void) |
| #define SW_REG | ( | reg | ) |
| void ptrace_disable | ( | struct task_struct * | child | ) |
| asmlinkage void syscall_trace | ( | void | ) |
| asmlinkage void syscall_trace_leave | ( | void | ) |
| void user_disable_single_step | ( | struct task_struct * | child | ) |
| void user_enable_single_step | ( | struct task_struct * | child | ) |
1.8.2