spelling
[unix-history] / usr / src / sys / sparc / include / ptrace.h
CommitLineData
61cdb745
CT
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 *
b480239a
KB
9 * All advertising materials mentioning features or use of this software
10 * must display the following acknowledgement:
11 * This product includes software developed by the University of
1869bdc0 12 * California, Lawrence Berkeley Laboratory.
b480239a 13 *
61cdb745
CT
14 * %sccs.include.redist.c%
15 *
1869bdc0 16 * @(#)ptrace.h 7.3 (Berkeley) %G%
61cdb745 17 *
1869bdc0 18 * from: $Header: ptrace.h,v 1.6 92/11/26 02:04:43 torek Exp $ (LBL)
61cdb745
CT
19 */
20
21/*
22 * SPARC-dependent ptrace definitions.
23 */
24#define PT_GETREGS (PT_FIRSTMACH + 0)
25#define PT_SETREGS (PT_FIRSTMACH + 1)
26#define PT_GETFPREGS (PT_FIRSTMACH + 2)
27#define PT_SETFPREGS (PT_FIRSTMACH + 3)
28