Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

linux/ptrace.h File Reference

#include <asm/ptrace.h>

Include dependency graph for linux/ptrace.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define PTRACE_TRACEME   0
#define PTRACE_PEEKTEXT   1
#define PTRACE_PEEKDATA   2
#define PTRACE_PEEKUSR   3
#define PTRACE_POKETEXT   4
#define PTRACE_POKEDATA   5
#define PTRACE_POKEUSR   6
#define PTRACE_CONT   7
#define PTRACE_KILL   8
#define PTRACE_SINGLESTEP   9
#define PTRACE_ATTACH   0x10
#define PTRACE_DETACH   0x11
#define PTRACE_SYSCALL   24


Define Documentation

#define PTRACE_ATTACH   0x10
 

Definition at line 19 of file linux/ptrace.h.

Referenced by do_ptrace(), and sys_ptrace().

#define PTRACE_CONT   7
 

Definition at line 15 of file linux/ptrace.h.

Referenced by do_ptrace(), and sys_ptrace().

#define PTRACE_DETACH   0x11
 

Definition at line 20 of file linux/ptrace.h.

Referenced by do_ptrace(), and sys_ptrace().

#define PTRACE_KILL   8
 

Definition at line 16 of file linux/ptrace.h.

Referenced by do_ptrace(), and sys_ptrace().

#define PTRACE_PEEKDATA   2
 

Definition at line 10 of file linux/ptrace.h.

Referenced by do_ptrace(), and sys_ptrace().

#define PTRACE_PEEKTEXT   1
 

Definition at line 9 of file linux/ptrace.h.

Referenced by do_ptrace(), and sys_ptrace().

#define PTRACE_PEEKUSR   3
 

Definition at line 11 of file linux/ptrace.h.

Referenced by do_ptrace(), and sys_ptrace().

#define PTRACE_POKEDATA   5
 

Definition at line 13 of file linux/ptrace.h.

Referenced by do_ptrace(), and sys_ptrace().

#define PTRACE_POKETEXT   4
 

Definition at line 12 of file linux/ptrace.h.

Referenced by do_ptrace(), and sys_ptrace().

#define PTRACE_POKEUSR   6
 

Definition at line 14 of file linux/ptrace.h.

Referenced by do_ptrace(), and sys_ptrace().

#define PTRACE_SINGLESTEP   9
 

Definition at line 17 of file linux/ptrace.h.

Referenced by do_ptrace(), and sys_ptrace().

#define PTRACE_SYSCALL   24
 

Definition at line 22 of file linux/ptrace.h.

Referenced by do_ptrace(), and sys_ptrace().

#define PTRACE_TRACEME   0
 

Definition at line 8 of file linux/ptrace.h.

Referenced by do_ptrace(), and sys_ptrace().