From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29730 invoked by alias); 31 Jul 2010 07:10:05 -0000 Received: (qmail 29709 invoked by uid 22791); 31 Jul 2010 07:10:04 -0000 X-SWARE-Spam-Status: No, hits=0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 31 Jul 2010 07:09:58 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0L6E00900UJF8600@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Sat, 31 Jul 2010 10:09:17 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.19.236]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L6E006JWUJGRL70@a-mtaout21.012.net.il>; Sat, 31 Jul 2010 10:09:17 +0300 (IDT) Date: Sat, 31 Jul 2010 07:10:00 -0000 From: Eli Zaretskii Subject: Re: [patch] Fix for 'too much spew with "set verbose on"' In-reply-to: To: Paul Pluzhnikov Cc: pedro@codesourcery.com, gdb-patches@sourceware.org, roland@redhat.com Reply-to: Eli Zaretskii Message-id: <83bp9o2kma.fsf@gnu.org> References: <83hbjgc06b.fsf@gnu.org> <201007301918.00643.pedro@codesourcery.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: 2010-07/txt/msg00604.txt.bz2 > From: Paul Pluzhnikov > Date: Fri, 30 Jul 2010 14:52:15 -0700 > Cc: gdb-patches@sourceware.org, Eli Zaretskii , > roland@redhat.com > > --001636e1ef44fb5cc7048ca1de0a > Content-Type: text/plain; charset=ISO-8859-1 > > On Fri, Jul 30, 2010 at 11:18 AM, Pedro Alves wrote: > > > set debug libthread-db > > Good idea. Revised patch attached. The doco and the help strings are okay with me. Thanks.