From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23447 invoked by alias); 21 Dec 2007 16:13:56 -0000 Received: (qmail 23438 invoked by uid 22791); 21 Dec 2007 16:13:55 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 21 Dec 2007 16:13:46 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-233-247.inter.net.il [84.229.233.247]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EKQ04771 (AUTH halo1); Fri, 21 Dec 2007 18:13:34 +0200 (IST) Date: Fri, 21 Dec 2007 16:19:00 -0000 Message-Id: From: Eli Zaretskii To: "Chris Demetriou" CC: gdb-patches@sources.redhat.com In-reply-to: <2e7be40c0712200003j29ca149hdd6e778f2aeec17a@mail.gmail.com> (cgd@google.com) Subject: Re: [RFA] 'set print thread-events' to control printing of thread start/exit messages Reply-to: Eli Zaretskii References: <2e7be40c0712200003j29ca149hdd6e778f2aeec17a@mail.gmail.com> X-IsSubscribed: yes 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/msg00377.txt.bz2 > Date: Thu, 20 Dec 2007 00:03:17 -0800 > From: "Chris Demetriou" > > The attached patch makes the printing of thread start/exit messages on > Linux configurable via 'set print thread-events'. Thanks. > +@kindex set print thread-events > +@cindex print messages on thread start and exit > +@item set print thread-events > +@itemx set print thread-events on > +@itemx set print thread-events off > +The @code{set print thread-attach} command allows you to enable or Is it "thread-events" or "thread-attach"? > +disable printing of messages when GDB notices that new threads have Please use "@value{GDBN}" instead of a literal "GDB". Other than these gotchas, the patch for gdb.texinfo is approved.