xref: /csrg-svn/sys/sparc/include/ptrace.h (revision 55124)
1 /*
2  * Copyright (c) 1992 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * This software was developed by the Computer Systems Engineering group
6  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
7  * contributed to Berkeley.
8  *
9  * %sccs.include.redist.c%
10  *
11  *	@(#)ptrace.h	7.1 (Berkeley) 07/13/92
12  *
13  * from: $Header: ptrace.h,v 1.5 92/06/17 06:10:26 torek Exp $ (LBL)
14  */
15 
16 /*
17  * SPARC-dependent ptrace definitions.
18  */
19 #define	PT_GETREGS	(PT_FIRSTMACH + 0)
20 #define	PT_SETREGS	(PT_FIRSTMACH + 1)
21 #define	PT_GETFPREGS	(PT_FIRSTMACH + 2)
22 #define	PT_SETFPREGS	(PT_FIRSTMACH + 3)
23 
24