Module Name: src Committed By: bouyer Date: Tue Jul 17 10:18:32 UTC 2018
Modified Files: src/sys/arch/amd64/conf: XEN3_DOMU src/sys/arch/i386/conf: XEN3_DOMU Log Message: Put back trace in DDB_COMMANDONENTER; in seems that the sysctl is not functionnal early in boot. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/arch/amd64/conf/XEN3_DOMU cvs rdiff -u -r1.89 -r1.90 src/sys/arch/i386/conf/XEN3_DOMU Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/amd64/conf/XEN3_DOMU diff -u src/sys/arch/amd64/conf/XEN3_DOMU:1.84 src/sys/arch/amd64/conf/XEN3_DOMU:1.85 --- src/sys/arch/amd64/conf/XEN3_DOMU:1.84 Sat Feb 17 01:31:01 2018 +++ src/sys/arch/amd64/conf/XEN3_DOMU Tue Jul 17 10:18:32 2018 @@ -1,4 +1,4 @@ -# $NetBSD: XEN3_DOMU,v 1.84 2018/02/17 01:31:01 sevan Exp $ +# $NetBSD: XEN3_DOMU,v 1.85 2018/07/17 10:18:32 bouyer Exp $ include "arch/amd64/conf/std.xen" @@ -10,7 +10,7 @@ options INCLUDE_CONFIG_FILE # embed con #options UVMHIST_PRINT #options SYSCALL_DEBUG -#ident "XEN3_DOMU-$Revision: 1.84 $" +#ident "XEN3_DOMU-$Revision: 1.85 $" maxusers 32 # estimated number of users @@ -55,7 +55,7 @@ options DDB_HISTORY_SIZE=512 # enable h #options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600 #makeoptions DEBUG="-g" # compile full symbol table makeoptions COPTS="-O2 -fno-omit-frame-pointer" -options DDB_COMMANDONENTER="show registers" +options DDB_COMMANDONENTER="trace;show registers" # Compatibility options include "conf/compat_netbsd15.config" Index: src/sys/arch/i386/conf/XEN3_DOMU diff -u src/sys/arch/i386/conf/XEN3_DOMU:1.89 src/sys/arch/i386/conf/XEN3_DOMU:1.90 --- src/sys/arch/i386/conf/XEN3_DOMU:1.89 Sat Feb 17 01:34:45 2018 +++ src/sys/arch/i386/conf/XEN3_DOMU Tue Jul 17 10:18:32 2018 @@ -1,4 +1,4 @@ -# $NetBSD: XEN3_DOMU,v 1.89 2018/02/17 01:34:45 sevan Exp $ +# $NetBSD: XEN3_DOMU,v 1.90 2018/07/17 10:18:32 bouyer Exp $ include "arch/xen/conf/std.xen" @@ -59,7 +59,7 @@ options DDB_HISTORY_SIZE=512 # enable h #options KGDB # remote debugger #options KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x2f8,KGDB_DEVRATE=57600 #makeoptions DEBUG="-g" # compile full symbol table -options DDB_COMMANDONENTER="show registers" +options DDB_COMMANDONENTER="trace;show registers" # Compatibility options include "conf/compat_netbsd09.config"