From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25603 invoked by alias); 27 Jan 2007 21:36:27 -0000 Received: (qmail 25592 invoked by uid 22791); 27 Jan 2007 21:36:26 -0000 X-Spam-Check-By: sourceware.org Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) (66.249.82.237) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 27 Jan 2007 21:36:22 +0000 Received: by wx-out-0506.google.com with SMTP id t13so1086114wxc for ; Sat, 27 Jan 2007 13:36:21 -0800 (PST) Received: by 10.70.39.5 with SMTP id m5mr9220089wxm.1169933781145; Sat, 27 Jan 2007 13:36:21 -0800 (PST) Received: by 10.70.133.2 with HTTP; Sat, 27 Jan 2007 13:36:20 -0800 (PST) Message-ID: Date: Sat, 27 Jan 2007 21:36:00 -0000 From: "Tavian Barnes" Reply-To: techgenius@gmail.com To: techgenius@gmail.com, gdb@sourceware.org Subject: Re: Debuging threaded applications In-Reply-To: <20070127202311.GA5033@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070127202311.GA5033@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00337.txt.bz2 I looked in the source code. In linux-thread-db.c, all the calls to attach_thread and detach_thread have verbose=1. Replacing the 1s with 0s solved the problem. On 1/27/07, Daniel Jacobowitz wrote: > On Sat, Jan 27, 2007 at 12:38:47PM -0700, Tavian Barnes wrote: > > When debuging multi-threaded applications, is there any way to disable > > the [New Thread...] and [Thread ... exited] messages? In a program > > that uses lots of threads, these messages get in the way, and slow > > down the debuging. Thanks. > > No, there's currently no way to do this. > > -- > Daniel Jacobowitz > CodeSourcery >