From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5940 invoked by alias); 21 Nov 2008 11:30:38 -0000 Received: (qmail 5879 invoked by uid 22791); 21 Nov 2008 11:30:37 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 21 Nov 2008 11:29:27 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KAO00K00LA8FF00@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Fri, 21 Nov 2008 13:31:23 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.14.29]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KAO008EMLCAU680@i_mtaout3.012.net.il>; Fri, 21 Nov 2008 13:31:23 +0200 (IST) Date: Fri, 21 Nov 2008 19:16:00 -0000 From: Eli Zaretskii Subject: Re: too many "no debugging symbols found" messages from shared libs In-reply-to: X-012-Sender: halo1@inter.net.il To: Doug Evans Cc: brobecker@adacore.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <20081003213402.7739F1C78EB@localhost> <20081030040428.GC13387@adacore.com> <20081110144528.GC12962@caradoc.them.org> <20081110204431.GA3771@caradoc.them.org> <20081111041958.GA30329@caradoc.them.org> 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-11/txt/msg00579.txt.bz2 > Date: Thu, 20 Nov 2008 17:34:40 -0800 > From: Doug Evans > > How about this? > > I changed the calls to have_{partial,full}_symbols to two new > functions objfile_has_{partial,full}_symbols. I think it's TRTTD > here. > This patch also adds a test for info_verbose so the messages are > printed for shared libs if verbosity turned on. This is fine with me, thanks. Please also see if the manual needs any updates for this change.