Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeff Smith <jeffs@netbsd.org>
List: source-changes
Date: 07/18/2000 14:49:09
Module Name: syssrc
Committed By: jeffs
Date: Tue Jul 18 21:49:09 UTC 2000
Modified Files:
syssrc/sys/kern: kgdb_stub.c
Log Message:
Same change in the kgdb code as was done in ddb:
Move platform db_trap callback from arch/mips into ddb as suggested by
jhawk. This callback is used by platform code to manage things like
watchdogs that should be disabled while in ddb. Done as a callback
for processors such as mips that support lots of different systems.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/kern/kgdb_stub.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.