Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA18329; Tue, 19 Dec 95 21:32:21 EST
Received: from pain.lcs.mit.edu by MIT.EDU with SMTP
	id AA24183; Tue, 19 Dec 95 21:32:20 EST
Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.12/8.6.9) id VAA15300; Tue, 19 Dec 1995 21:10:20 -0500
Received: (from source@localhost) by pain.lcs.mit.edu (8.6.12/8.6.9) id VAA15294; Tue, 19 Dec 1995 21:10:11 -0500
Date: Tue, 19 Dec 1995 21:10:11 -0500
From: The Source of All Evil <source@NetBSD.ORG>
Message-Id: <199512200210.VAA15294@pain.lcs.mit.edu>
To: source-changes@pain.lcs.mit.edu
Subject: sun-lamp CVS commits
Sender: owner-source-changes@NetBSD.ORG
Precedence: list
X-Loop: source-changes@NetBSD.ORG


jonathan
Tue Dec 19 21:00:30 EST 1995
Update of /a/cvsroot/src/sys/arch/pmax/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv15206/include

Modified Files:
	ptrace.h reg.h 
Added Files:
	regnum.h 
Log Message:
Add support for ptrace PT_GETREGS and PT_SETREGS for NetBSD/pmax:
 * define PT_GETREGS and PT_SETREGS in pmax/include/ptrace.h
 * Flesh out the stubs in pmax/pmax/process_machdep.c to handle
   those requests.
 * Now that "struct reg" is actually used, remove the bogus
   #ifdef LANGUAGE_C around its definition, and redo pmax/include/reg.h
   so that the definitions needed by locore.S are in a separate file,
   pmax/include/regnum.h.
 * update locore.S to match.


jonathan
Tue Dec 19 21:00:39 EST 1995
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv15206/pmax

Modified Files:
	locore.S process_machdep.c 
Log Message:
Add support for ptrace PT_GETREGS and PT_SETREGS for NetBSD/pmax:
 * define PT_GETREGS and PT_SETREGS in pmax/include/ptrace.h
 * Flesh out the stubs in pmax/pmax/process_machdep.c to handle
   those requests.
 * Now that "struct reg" is actually used, remove the bogus
   #ifdef LANGUAGE_C around its definition, and redo pmax/include/reg.h
   so that the definitions needed by locore.S are in a separate file,
   pmax/include/regnum.h.
 * update locore.S to match.

