155124Storek /* 2*63320Sbostic * Copyright (c) 1992, 1993 3*63320Sbostic * The Regents of the University of California. All rights reserved. 455124Storek * 555124Storek * This software was developed by the Computer Systems Engineering group 655124Storek * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and 755124Storek * contributed to Berkeley. 855124Storek * 955501Sbostic * All advertising materials mentioning features or use of this software 1055501Sbostic * must display the following acknowledgement: 1155501Sbostic * This product includes software developed by the University of 1259210Storek * California, Lawrence Berkeley Laboratory. 1355501Sbostic * 1455124Storek * %sccs.include.redist.c% 1555124Storek * 16*63320Sbostic * @(#)ptrace.h 8.1 (Berkeley) 06/11/93 1755124Storek * 1859210Storek * from: $Header: ptrace.h,v 1.6 92/11/26 02:04:43 torek Exp $ (LBL) 1955124Storek */ 2055124Storek 2155124Storek /* 2255124Storek * SPARC-dependent ptrace definitions. 2355124Storek */ 2455124Storek #define PT_GETREGS (PT_FIRSTMACH + 0) 2555124Storek #define PT_SETREGS (PT_FIRSTMACH + 1) 2655124Storek #define PT_GETFPREGS (PT_FIRSTMACH + 2) 2755124Storek #define PT_SETFPREGS (PT_FIRSTMACH + 3) 2855124Storek 29