Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ptrace.c File Reference
#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)
 

Function Documentation

unsigned long getreg ( struct task_struct child,
unsigned long  regno 
)

Definition at line 30 of file ptrace.c.

int peek_user ( struct task_struct child,
long  addr,
long  data 
)

Definition at line 38 of file ptrace.c.

int poke_user ( struct task_struct child,
long  addr,
long  data 
)

Definition at line 11 of file ptrace.c.

int putreg ( struct task_struct child,
unsigned long  regno,
unsigned long  value 
)

Definition at line 4 of file ptrace.c.