Home | History | Annotate | Line # | Download | only in include
ptrace.h revision 1.3
      1 /*	$NetBSD: ptrace.h,v 1.3 1999/05/03 10:02:19 tsubai Exp $	*/
      2 
      3 #define	PT_STEP		(PT_FIRSTMACH + 0)
      4 #define	PT_GETREGS	(PT_FIRSTMACH + 1)
      5 #define	PT_SETREGS	(PT_FIRSTMACH + 2)
      6