From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2843 invoked by alias); 12 Mar 2008 22:24:09 -0000 Received: (qmail 2833 invoked by uid 22791); 12 Mar 2008 22:24:08 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 12 Mar 2008 22:23:51 +0000 Received: (qmail 19417 invoked from network); 12 Mar 2008 22:23:49 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 12 Mar 2008 22:23:49 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: Don't paginate "new thread" events Date: Wed, 12 Mar 2008 22:24:00 -0000 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) References: <200803120149.11929.pedro@codesourcery.com> <20080312031329.GA12967@caradoc.them.org> <20080312160306.GB3738@adacore.com> In-Reply-To: <20080312160306.GB3738@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803122223.52144.pedro@codesourcery.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-03/txt/msg00138.txt.bz2 A Wednesday 12 March 2008 16:03:06, Joel Brobecker wrote: > Ooops, right! A grep instead of a visual read of Vladimir's patch > shows very clearly that there were already 3 locations where we used > to use the printf unfiltered. So Pedro's patch is definitely OK. > Thanks Joel. > 2008-03-12 Pedro Alves > > * thread.c (add_thread): Use printf_unfiltered to print. > > This should go to the branch as well. > Checked in to head and branch. -- Pedro Alves