Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 01/20/2008 12:43:01
Module Name:	src
Committed By:	skrll
Date:		Sun Jan 20 12:43:01 UTC 2008

Modified Files:
	src/sys/arch/i386/i386: dumpsys.c locore.S

Log Message:
Do the dumpsys/dodumpsys thing on i386...

dumpsys() now mimics cpu_switchto() (pushes a switchframe onto the stack)
for postmortem debugging.

From simonb.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/i386/i386/dumpsys.c
cvs rdiff -r1.63 -r1.64 src/sys/arch/i386/i386/locore.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.