From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7687 invoked by alias); 27 Jan 2007 19:38:58 -0000 Received: (qmail 7677 invoked by uid 22791); 27 Jan 2007 19:38:57 -0000 X-Spam-Check-By: sourceware.org Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) (66.249.82.227) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 27 Jan 2007 19:38:49 +0000 Received: by wx-out-0506.google.com with SMTP id t13so1064946wxc for ; Sat, 27 Jan 2007 11:38:47 -0800 (PST) Received: by 10.70.130.8 with SMTP id c8mr9003877wxd.1169926727205; Sat, 27 Jan 2007 11:38:47 -0800 (PST) Received: by 10.70.133.2 with HTTP; Sat, 27 Jan 2007 11:38:47 -0800 (PST) Message-ID: Date: Sat, 27 Jan 2007 19:38:00 -0000 From: "Tavian Barnes" Reply-To: techgenius@gmail.com To: gdb@sourceware.org Subject: Debuging threaded applications MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/msg00335.txt.bz2 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.