From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18083 invoked by alias); 21 Nov 2008 22:08:01 -0000 Received: (qmail 18002 invoked by uid 22791); 21 Nov 2008 22:08:00 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-vbr3.xs4all.nl (HELO smtp-vbr3.xs4all.nl) (194.109.24.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 21 Nov 2008 22:07:20 +0000 Received: from webmail.xs4all.nl (dovemail1.xs4all.nl [194.109.26.3]) by smtp-vbr3.xs4all.nl (8.13.8/8.13.8) with ESMTP id mALM6lVa012955; Fri, 21 Nov 2008 23:06:47 +0100 (CET) (envelope-from mark.kettenis@xs4all.nl) Received: from 86.86.3.213 (SquirrelMail authenticated user sibelius) by webmail.xs4all.nl with HTTP; Fri, 21 Nov 2008 23:06:51 +0100 (CET) Message-ID: <18261.86.86.3.213.1227305211.squirrel@webmail.xs4all.nl> Date: Sat, 22 Nov 2008 16:49:00 -0000 Subject: Re: too many "no debugging symbols found" messages from shared libs From: "Mark Kettenis" To: "Doug Evans" Cc: "Eli Zaretskii" , "Mark Kettenis" , brobecker@adacore.com, gdb-patches@sourceware.org User-Agent: SquirrelMail/1.4.11 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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/msg00597.txt.bz2 > On Fri, Nov 21, 2008 at 7:16 AM, Eli Zaretskii wrote: > >> Date: Fri, 21 Nov 2008 13:57:24 +0100 (CET) > >> From: "Mark Kettenis" > >> Cc: "Eli Zaretskii" , brobecker@adacore.com, > >> gdb-patches@sourceware.org > >> > >> Sorry I'm a bit late in this discussion, but I do really like the > >> messages > >> about missing symbol info for shared libraries. To me they provide an > >> important hint that my debugging session is likely to run into problems > >> at > >> some point. > > > > You can still have that, just set the verbose option on. > > An alternative is to key the "no debugging symbols found" message off > of "set print symbol-loading on" for shared libs. I kind of like this > better. It's on by default. Folks with tons of shared libs probably > want to turn symbol loading messages off anyway. I like that idea.