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

Go to the source code of this file.

Data Structures

struct  pt_regs
 
struct  switch_stack
 
struct  pt_all_user_regs
 

Macros

#define PT_AUR_RSC   16
 
#define PT_AUR_BSP   17
 
#define PT_AUR_BSPSTORE   18
 
#define PT_AUR_RNAT   19
 
#define PT_AUR_CCV   32
 
#define PT_AUR_UNAT   36
 
#define PT_AUR_FPSR   40
 
#define PT_AUR_PFS   64
 
#define PT_AUR_LC   65
 
#define PT_AUR_EC   66
 
#define PTRACE_SINGLEBLOCK   12 /* resume execution until next branch */
 
#define PTRACE_OLD_GETSIGINFO   13 /* (replaced by PTRACE_GETSIGINFO in <linux/ptrace.h>) */
 
#define PTRACE_OLD_SETSIGINFO   14 /* (replaced by PTRACE_SETSIGINFO in <linux/ptrace.h>) */
 
#define PTRACE_GETREGS   18 /* get all registers (pt_all_user_regs) in one shot */
 
#define PTRACE_SETREGS   19 /* set all registers (pt_all_user_regs) in one shot */
 
#define PTRACE_OLDSETOPTIONS   21
 

Macro Definition Documentation

#define PT_AUR_BSP   17

Definition at line 225 of file ptrace.h.

#define PT_AUR_BSPSTORE   18

Definition at line 226 of file ptrace.h.

#define PT_AUR_CCV   32

Definition at line 228 of file ptrace.h.

#define PT_AUR_EC   66

Definition at line 233 of file ptrace.h.

#define PT_AUR_FPSR   40

Definition at line 230 of file ptrace.h.

#define PT_AUR_LC   65

Definition at line 232 of file ptrace.h.

#define PT_AUR_PFS   64

Definition at line 231 of file ptrace.h.

#define PT_AUR_RNAT   19

Definition at line 227 of file ptrace.h.

#define PT_AUR_RSC   16

Definition at line 224 of file ptrace.h.

#define PT_AUR_UNAT   36

Definition at line 229 of file ptrace.h.

#define PTRACE_GETREGS   18 /* get all registers (pt_all_user_regs) in one shot */

Definition at line 242 of file ptrace.h.

#define PTRACE_OLD_GETSIGINFO   13 /* (replaced by PTRACE_GETSIGINFO in <linux/ptrace.h>) */

Definition at line 240 of file ptrace.h.

#define PTRACE_OLD_SETSIGINFO   14 /* (replaced by PTRACE_SETSIGINFO in <linux/ptrace.h>) */

Definition at line 241 of file ptrace.h.

#define PTRACE_OLDSETOPTIONS   21

Definition at line 245 of file ptrace.h.

#define PTRACE_SETREGS   19 /* set all registers (pt_all_user_regs) in one shot */

Definition at line 243 of file ptrace.h.

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

Definition at line 239 of file ptrace.h.