Subject: CVS commit: syssrc/sys/arch/sh5/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 09/19/2002 14:25:14
Module Name:	syssrc
Committed By:	scw
Date:		Thu Sep 19 11:25:13 UTC 2002

Modified Files:
	syssrc/sys/arch/sh5/sh5: db_trace.c

Log Message:
Don't check the callers expected stack base against the saved frame
pointer, in case the caller grew its stack dynamically.

Also beef up the checks to catch cases where the call stack passes
through the exception handling code in locore. In this case, the
frame pointer and program counter are in the trapframe/intrframe.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sh5/sh5/db_trace.c

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