From owner-freebsd-current@freebsd.org Tue Aug 4 04:04:55 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2AE69B3199 for ; Tue, 4 Aug 2015 04:04:55 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id ABE071E2D; Tue, 4 Aug 2015 04:04:55 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (ppp121-45-239-102.lns20.per1.internode.on.net [121.45.239.102]) (authenticated bits=0) by vps1.elischer.org (8.14.9/8.14.9) with ESMTP id t7444l56092345 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 3 Aug 2015 21:04:50 -0700 (PDT) (envelope-from julian@freebsd.org) Subject: Re: Appending to message buffer while in ddb To: Marcel Moolenaar , Eric Badger References: <55BFC80B.2000005@dell.com> <16785483-7FD3-4475-9958-168528AFB2D9@xcllnt.net> <55C0332B.5090700@freebsd.org> Cc: FreeBSD Current , Marcel Moolenaar From: Julian Elischer Message-ID: <55C039D9.8080806@freebsd.org> Date: Tue, 4 Aug 2015 12:04:41 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <55C0332B.5090700@freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2015 04:04:55 -0000 On 8/4/15 11:36 AM, Julian Elischer wrote: > On 8/4/15 4:21 AM, Marcel Moolenaar wrote: >>> On Aug 3, 2015, at 12:59 PM, Eric Badger >>> wrote: >>> >>> Hi there, >>> >>> Since r226435, output from kernel printf/log functions is not >>> appended to the message buffer when in ddb. The commit message >>> doesn't call this out specifically; instead it appears to have >>> been to address double printing to the console while in ddb. I >>> noticed this because a ddb script which previously resulted in >>> some things ending up in a textdump's msgbuf.txt no longer does >>> so. It may be that the answer is "use db_printf in ddb", which is >>> ok, but I thought I'd check anyway to see if the aforementioned >>> change was indeed intentional, since I wasn't able to dig up any >>> discussion about it. >> It’s a direct consequence. > > and really annoying though I can understand not wanting to have one's message buffer flushed out with new stuff from ddb. >> >> -- >> Marcel Moolenaar >> marcel@xcllnt.net >> > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" > >