From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3609 invoked by alias); 20 Dec 2007 15:24:04 -0000 Received: (qmail 3596 invoked by uid 22791); 20 Dec 2007 15:24:03 -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; Thu, 20 Dec 2007 15:23:59 +0000 Received: (qmail 31053 invoked from network); 20 Dec 2007 15:23:57 -0000 Received: from unknown (HELO 172.16.unknown.plus.ru) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 20 Dec 2007 15:23:57 -0000 From: Vladimir Prus To: Daniel Jacobowitz Subject: Re: [RFA] 'set print thread-events' to control printing of thread start/exit messages Date: Thu, 20 Dec 2007 15:46:00 -0000 User-Agent: KMail/1.9.6 Cc: Chris Demetriou , gdb-patches@sources.redhat.com References: <2e7be40c0712200003j29ca149hdd6e778f2aeec17a@mail.gmail.com> <20071220134556.GA7244@caradoc.them.org> In-Reply-To: <20071220134556.GA7244@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712201823.48979.vladimir@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: 2007-12/txt/msg00337.txt.bz2 On Thursday 20 December 2007 16:45:56 Daniel Jacobowitz wrote: > On Thu, Dec 20, 2007 at 12:03:17AM -0800, Chris Demetriou wrote: > > [hi! long time no see!] > > No kidding! > > > The attached patch makes the printing of thread start/exit messages on > > Linux configurable via 'set print thread-events'. (A coworker > > commented that for the benchmarks he was trying to debug, printing of > > thread start/exit messages was ... quite tedious. And i figured a > > patch would be ... quite straightforward.) > > > > I'm ambivalent about the name of the new option, and the location of > > the option in the docs. I'm willing to listen to suggestions > > (especially from approvers! 8-) of better alternatives. > > Hi Chris, meet Vladimir. Hi Vladimir, meet Chris. Hi Chris! > I suggest one of > you combine this with Vladimir's recently pending patch to unify new > thread printing in a single place for all targets. I can do this, if Chris does not mind. - Volodya