From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13743 invoked by alias); 25 May 2009 16:07:57 -0000 Received: (qmail 13734 invoked by uid 22791); 25 May 2009 16:07:56 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 May 2009 16:07:50 +0000 Received: from spaceape24.eur.corp.google.com (spaceape24.eur.corp.google.com [172.28.16.76]) by smtp-out.google.com with ESMTP id n4PG7lx3024996 for ; Mon, 25 May 2009 09:07:48 -0700 Received: from yw-out-2324.google.com (ywj3.prod.google.com [10.192.10.3]) by spaceape24.eur.corp.google.com with ESMTP id n4PG7jhk029407 for ; Mon, 25 May 2009 09:07:46 -0700 Received: by yw-out-2324.google.com with SMTP id 3so1686528ywj.83 for ; Mon, 25 May 2009 09:07:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.140.15 with SMTP id n15mr12783112and.83.1243267665420; Mon, 25 May 2009 09:07:45 -0700 (PDT) In-Reply-To: <83zld1swbi.fsf@gnu.org> References: <20090523232414.BED2B846C2@localhost> <83zld1swbi.fsf@gnu.org> Date: Mon, 25 May 2009 16:07:00 -0000 Message-ID: Subject: Re: [RFA] Fix too many "no debugging symbols found" warnings. From: Doug Evans To: Eli Zaretskii Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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: 2009-05/txt/msg00563.txt.bz2 On Sun, May 24, 2009 at 8:20 PM, Eli Zaretskii wrote: >> I propose the following: >> >> 1) rename "set print symbol-loading" to "set print solib-symbol-loading" >> 2) always print such messages for the main executable > > There's also a possibility to make this a tristate option instead of a > simple boolean one. =A0After all, it's quite possible that development > snapshots of GDB were available on several GNU/Linux distros for some > time, and so the argument of "new in GDB 7.0" is not necessarily > strong enough. One thought I had was off/executable/on, [or whatever choices one prefers] but I discounted it as not being acceptable. If that's what y'all want, I'll resubmit another patch that does it that wa= y.