|
Linux Kernel
3.7.1
|
#include <linux/sched.h>#include "asm/ptrace.h"Go to the source code of this file.
Functions | |
| int | putreg (struct task_struct *child, unsigned long regno, unsigned long value) |
| int | poke_user (struct task_struct *child, long addr, long data) |
| unsigned long | getreg (struct task_struct *child, unsigned long regno) |
| int | peek_user (struct task_struct *child, long addr, long data) |
| unsigned long getreg | ( | struct task_struct * | child, |
| unsigned long | regno | ||
| ) |
| int peek_user | ( | struct task_struct * | child, |
| long | addr, | ||
| long | data | ||
| ) |
| int poke_user | ( | struct task_struct * | child, |
| long | addr, | ||
| long | data | ||
| ) |
1.8.2