Module Name:    src
Committed By:   christos
Date:           Sat Jan 30 04:12:38 UTC 2016

Modified Files:
        src/sys/arch/amd64/conf: GENERIC

Log Message:
compile full symbol table for CTF so FBT can get function arguments.


To generate a diff of this commit:
cvs rdiff -u -r1.422 -r1.423 src/sys/arch/amd64/conf/GENERIC

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/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.422 src/sys/arch/amd64/conf/GENERIC:1.423
--- src/sys/arch/amd64/conf/GENERIC:1.422	Fri Jan 22 16:56:56 2016
+++ src/sys/arch/amd64/conf/GENERIC	Fri Jan 29 23:12:38 2016
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.422 2016/01/22 21:56:56 riz Exp $
+# $NetBSD: GENERIC,v 1.423 2016/01/30 04:12:38 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.422 $"
+#ident 		"GENERIC-$Revision: 1.423 $"
 
 maxusers	64		# estimated number of users
 
@@ -103,7 +103,7 @@ options 	DDB		# in-kernel debugger
 options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	KGDB		# remote debugger
 #options 	KGDB_DEVNAME="\"com\"",KGDB_DEVADDR=0x3f8,KGDB_DEVRATE=9600
-#makeoptions	DEBUG="-g"	# compile full symbol table
+makeoptions	DEBUG="-g"	# compile full symbol table for CTF
 #options 	SYSCALL_STATS	# per syscall counts
 #options 	SYSCALL_TIMES	# per syscall times
 #options 	SYSCALL_TIMES_HASCOUNTER	# use 'broken' rdtsc (soekris)

Reply via email to