|
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 <asm/uaccess.h>#include <asm/page.h>#include <asm/pgtable.h>#include <asm/processor.h>#include <asm/signal.h>Go to the source code of this file.
Functions | |
| long | h8300_get_reg (struct task_struct *task, int regno) |
| int | h8300_put_reg (struct task_struct *task, int regno, unsigned long data) |
| 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) |
| asmlinkage void | do_syscall_trace (void) |
| asmlinkage void do_syscall_trace | ( | void | ) |
| long h8300_get_reg | ( | struct task_struct * | task, |
| int | regno | ||
| ) |
Definition at line 29 of file ptrace_h8300h.c.
| int h8300_put_reg | ( | struct task_struct * | task, |
| int | regno, | ||
| unsigned long | data | ||
| ) |
Definition at line 42 of file ptrace_h8300h.c.
| void ptrace_disable | ( | struct task_struct * | child | ) |
| void user_disable_single_step | ( | struct task_struct * | child | ) |
1.8.2