From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16774 invoked by alias); 2 Feb 2009 09:29:42 -0000 Received: (qmail 16765 invoked by uid 22791); 2 Feb 2009 09:29:41 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_50 X-Spam-Check-By: sourceware.org Received: from eu1sys200aog105.obsmtp.com (HELO eu1sys200aog105.obsmtp.com) (207.126.144.119) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Feb 2009 09:29:34 +0000 Received: from source ([164.129.1.35]) (using TLSv1) by eu1sys200aob105.postini.com ([207.126.147.11]) with SMTP ID DSNKSYa8+qit4AvORkoFqM9zegTzE+DYU6z3@postini.com; Mon, 02 Feb 2009 09:29:34 UTC Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 472BDDAA6; Mon, 2 Feb 2009 09:28:50 +0000 (GMT) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id DA1544C1A1; Mon, 2 Feb 2009 09:29:28 +0000 (GMT) Received: from [10.18.190.51] (crx3051.cro.st.com [10.18.190.51]) by mail1.cro.st.com (MOS 3.8.7a) with ESMTP id CRL91183 (AUTH "frederic riss"); Mon, 2 Feb 2009 10:29:44 +0100 (CET) Subject: Re: suppressing thread-start messages ? From: Frederic RISS To: Victoria Muntean Cc: gdb@sourceware.org In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Mon, 02 Feb 2009 09:29:00 -0000 Message-Id: <1233566967.24063.66.camel@crx3051.cro.st.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 2009-02/txt/msg00010.txt.bz2 Le lundi 02 février 2009 à 11:24 +0200, Victoria Muntean a écrit : > How can I suppress those "[New Thread 0xb27f9bb0 (LWP 5744)]" messages ? (gdb) set print thread-events off ...if you have a recent enough GDB (I think it got introduced for 6.8). Fred.