From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9780 invoked by alias); 10 Jul 2008 21:42:49 -0000 Received: (qmail 9772 invoked by uid 22791); 10 Jul 2008 21:42:49 -0000 X-Spam-Check-By: sourceware.org Received: from elasmtp-mealy.atl.sa.earthlink.net (HELO elasmtp-mealy.atl.sa.earthlink.net) (209.86.89.69) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 10 Jul 2008 21:42:25 +0000 Received: from [68.108.140.244] (helo=macbook-2.local) by elasmtp-mealy.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1KH3uB-0006xQ-Ov; Thu, 10 Jul 2008 17:42:24 -0400 Message-ID: <4876823E.7060200@earthlink.net> Date: Thu, 10 Jul 2008 21:42:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Doug Evans CC: gdb-patches@sourceware.org Subject: Re: [RFA] set print symbol-loading on|off References: <20080710203701.6AF041C769A@localhost> In-Reply-To: <20080710203701.6AF041C769A@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940e9f0f07daab7f2b56975ba5c7d8dee79350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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: 2008-07/txt/msg00167.txt.bz2 Doug Evans wrote: > Along the lines of "set print thread-events on|off", > this option lets one turn off symbol loading messages. > If the app has *lots* of shared libraries, these messages > can be more noise than signal. > Excellent idea! Please commit. Stan