From owner-p4-projects@FreeBSD.ORG Fri Feb 15 02:46:09 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 62B7F16A46C; Fri, 15 Feb 2008 02:46:09 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24F9F16A418 for ; Fri, 15 Feb 2008 02:46:09 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 17E6113C4D5 for ; Fri, 15 Feb 2008 02:46:09 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1F2k8Mw082495 for ; Fri, 15 Feb 2008 02:46:08 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1F2k8vb082492 for perforce@freebsd.org; Fri, 15 Feb 2008 02:46:08 GMT (envelope-from jb@freebsd.org) Date: Fri, 15 Feb 2008 02:46:08 GMT Message-Id: <200802150246.m1F2k8vb082492@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jb@freebsd.org using -f From: John Birrell To: Perforce Change Reviews Cc: Subject: PERFORCE change 135422 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 02:46:09 -0000 http://perforce.freebsd.org/chv.cgi?CH=135422 Change 135422 by jb@jb_freebsd1 on 2008/02/15 02:45:51 Add the DDB_CTF option to get CTF data loaded. On i386, buffer my printfs plz. k. thks. Affected files ... .. //depot/projects/dtrace/src/sys/amd64/conf/GENERIC#33 edit .. //depot/projects/dtrace/src/sys/i386/conf/GENERIC#30 edit Differences ... ==== //depot/projects/dtrace/src/sys/amd64/conf/GENERIC#33 (text+ko) ==== @@ -70,6 +70,7 @@ # Debugging for use in -current options KDB # Enable kernel debugger support. options DDB # Support DDB. +options DDB_CTF # Load CTF data too. options GDB # Support remote GDB. options INVARIANTS # Enable calls of extra sanity checking options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS ==== //depot/projects/dtrace/src/sys/i386/conf/GENERIC#30 (text+ko) ==== @@ -63,11 +63,13 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev options STOP_NMI # Stop CPUS using NMI instead of IPI options AUDIT # Security event auditing +options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed. options KDTRACE_HOOKS # DTrace hooks required to load DTrace modules # Debugging for use in -current options KDB # Enable kernel debugger support. options DDB # Support DDB. +options DDB_CTF # Load CTF data too. options GDB # Support remote GDB. options INVARIANTS # Enable calls of extra sanity checking options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS