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

Go to the source code of this file.

Macros

#define FRAME_SIZE   168
 
#define PTRACE_GETREGS   12
 
#define PTRACE_SETREGS   13
 
#define PTRACE_GETFPREGS   14
 
#define PTRACE_SETFPREGS   15
 
#define PTRACE_GETFPXREGS   18
 
#define PTRACE_SETFPXREGS   19
 
#define PTRACE_OLDSETOPTIONS   21
 
#define PTRACE_GET_THREAD_AREA   25
 
#define PTRACE_SET_THREAD_AREA   26
 
#define PTRACE_SYSEMU   31
 
#define PTRACE_SYSEMU_SINGLESTEP   32
 
#define PTRACE_SINGLEBLOCK   33 /* resume execution until next branch */
 

Macro Definition Documentation

#define FRAME_SIZE   168

Definition at line 56 of file ptrace-abi.h.

#define PTRACE_GET_THREAD_AREA   25

Definition at line 71 of file ptrace-abi.h.

#define PTRACE_GETFPREGS   14

Definition at line 63 of file ptrace-abi.h.

#define PTRACE_GETFPXREGS   18

Definition at line 65 of file ptrace-abi.h.

#define PTRACE_GETREGS   12

Definition at line 61 of file ptrace-abi.h.

#define PTRACE_OLDSETOPTIONS   21

Definition at line 68 of file ptrace-abi.h.

#define PTRACE_SET_THREAD_AREA   26

Definition at line 72 of file ptrace-abi.h.

#define PTRACE_SETFPREGS   15

Definition at line 64 of file ptrace-abi.h.

#define PTRACE_SETFPXREGS   19

Definition at line 66 of file ptrace-abi.h.

#define PTRACE_SETREGS   13

Definition at line 62 of file ptrace-abi.h.

#define PTRACE_SINGLEBLOCK   33 /* resume execution until next branch */

Definition at line 81 of file ptrace-abi.h.

#define PTRACE_SYSEMU   31

Definition at line 78 of file ptrace-abi.h.

#define PTRACE_SYSEMU_SINGLESTEP   32

Definition at line 79 of file ptrace-abi.h.