Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeff Smith <jeffs@netbsd.org>
List: source-changes
Date: 07/17/2000 00:04:20
Module Name:	syssrc
Committed By:	jeffs
Date:		Mon Jul 17 07:04:20 UTC 2000

Modified Files:
	syssrc/sys/arch/mips/conf: files.mips
	syssrc/sys/arch/mips/include: db_machdep.h
	syssrc/sys/arch/mips/mips: db_disasm.c db_interface.c
Added Files:
	syssrc/sys/arch/mips/mips: kgdb_machdep.c

Log Message:
Pull in geocast mips ddb improvements and start bringing in kgdb support.
Add ddb support for QED opcodes, fill in enough routines so "next" usually
works, kdbpoke support for any size.  Add callback that ports can hook when
entering and leaving ddb.  This can be used for things like turning
off watchdogs while in ddb.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/arch/mips/conf/files.mips
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/mips/include/db_machdep.h
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/mips/mips/db_disasm.c
cvs rdiff -r1.29 -r1.30 syssrc/sys/arch/mips/mips/db_interface.c
cvs rdiff -r0 -r1.1 syssrc/sys/arch/mips/mips/kgdb_machdep.c

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