Module Name: src Committed By: ozaki-r Date: Fri Mar 16 04:48:19 UTC 2018
Modified Files: src/sys/arch/x86/x86: db_memrw.c Log Message: x86: avoid accessing invalid addresses in ddb like arm32 This avoids that a command stops in the middle of an execution if a fault occurs due to an access to an invalid address. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x86/x86/db_memrw.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.