Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf compile full symbol table for CTF so FBT...



details:   https://anonhg.NetBSD.org/src/rev/ba7a0ee74012
branches:  trunk
changeset: 343341:ba7a0ee74012
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 30 04:12:38 2016 +0000

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

diffstat:

 sys/arch/amd64/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d19e41d9e156 -r ba7a0ee74012 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Jan 30 04:07:27 2016 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sat Jan 30 04:12:38 2016 +0000
@@ -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 @@
 
 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_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)



Home | Main Index | Thread Index | Old Index