Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
ptrace.h File Reference
#include <asm/ptrace_32.h>

Go to the source code of this file.

Macros

#define PTRACE_GETREGS   12 /* General registers */
 
#define PTRACE_SETREGS   13
 
#define PTRACE_GETFPREGS   14 /* FPU registers */
 
#define PTRACE_SETFPREGS   15
 
#define PTRACE_GETFDPIC   31 /* get the ELF fdpic loadmap address */
 
#define PTRACE_GETFDPIC_EXEC   0 /* [addr] request the executable loadmap */
 
#define PTRACE_GETFDPIC_INTERP   1 /* [addr] request the interpreter loadmap */
 
#define PTRACE_GETDSPREGS   55 /* DSP registers */
 
#define PTRACE_SETDSPREGS   56
 
#define PT_TEXT_END_ADDR   240
 
#define PT_TEXT_ADDR   244 /* &(struct user)->start_code */
 
#define PT_DATA_ADDR   248 /* &(struct user)->start_data */
 
#define PT_TEXT_LEN   252
 

Macro Definition Documentation

#define PT_DATA_ADDR   248 /* &(struct user)->start_data */

Definition at line 24 of file ptrace.h.

#define PT_TEXT_ADDR   244 /* &(struct user)->start_code */

Definition at line 23 of file ptrace.h.

#define PT_TEXT_END_ADDR   240

Definition at line 22 of file ptrace.h.

#define PT_TEXT_LEN   252

Definition at line 25 of file ptrace.h.

#define PTRACE_GETDSPREGS   55 /* DSP registers */

Definition at line 19 of file ptrace.h.

#define PTRACE_GETFDPIC   31 /* get the ELF fdpic loadmap address */

Definition at line 14 of file ptrace.h.

#define PTRACE_GETFDPIC_EXEC   0 /* [addr] request the executable loadmap */

Definition at line 16 of file ptrace.h.

#define PTRACE_GETFDPIC_INTERP   1 /* [addr] request the interpreter loadmap */

Definition at line 17 of file ptrace.h.

#define PTRACE_GETFPREGS   14 /* FPU registers */

Definition at line 11 of file ptrace.h.

#define PTRACE_GETREGS   12 /* General registers */

Definition at line 8 of file ptrace.h.

#define PTRACE_SETDSPREGS   56

Definition at line 20 of file ptrace.h.

#define PTRACE_SETFPREGS   15

Definition at line 12 of file ptrace.h.

#define PTRACE_SETREGS   13

Definition at line 9 of file ptrace.h.