Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 08/29/1996 18:30:03
mark
Thu Aug 29 18:21:11 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23561

Modified Files:
	db_machdep.c 
Log Message:
Added a new machine function to report information following a panic
e.g. panic string, message buffer etc. This is to aid debugging panics
following a panic while X was running as X will swallow all the panic
text.


mark
Thu Aug 29 18:23:46 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23640

Modified Files:
	db_interface.c 
Log Message:
Added machine command for reporting panic related information.
Trap undefined instructions that are used for breakpoints for all
processors modes. If the mode was USR32 then post a SIGTRAP signal.


mark
Thu Aug 29 18:25:28 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/arm32
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23677

Modified Files:
	db_disasm.c 
Log Message:
Print the instruction word for undefined instructions.