From: Dave A. <ai...@us...> - 2001-10-28 23:55:40
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax In directory usw-pr-cvs1:/tmp/cvs-serv8501 Modified Files: ptrace.h Log Message: DA: reg defs .. Index: ptrace.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/ptrace.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ptrace.h 2001/07/31 17:33:26 1.3 +++ ptrace.h 2001/10/28 23:55:36 1.4 @@ -3,6 +3,25 @@ #define _VAX_PTRACE_H #include <asm/psl.h> + +#define PT_R0 0 +#define PT_R1 1 +#define PT_R2 2 +#define PT_R3 3 +#define PT_R4 4 +#define PT_R5 5 +#define PT_R6 6 +#define PT_R7 7 +#define PT_R8 8 +#define PT_R9 9 +#define PT_R10 10 +#define PT_R11 11 +#define PT_AP 12 +#define PT_FP 13 +#define PT_SP 14 +#define PT_PC 15 +#define PT_PSL 16 +#define PT_USP 20 /* this struct defines the way the registers are stored on the stack during a system call. */ |