Module Name: src Committed By: bouyer Date: Thu Feb 8 19:16:24 UTC 2018
Modified Files: src/sys/arch/mips/include: locore.h src/sys/arch/mips/mips: db_interface.c trap.c Log Message: Allow kdbpeek() to return failure. If it does, stop the stack trace. Prevents an infinite loop in ddb if something goes wrong. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/sys/arch/mips/include/locore.h cvs rdiff -u -r1.79 -r1.80 src/sys/arch/mips/mips/db_interface.c cvs rdiff -u -r1.245 -r1.246 src/sys/arch/mips/mips/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.