From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13249 invoked by alias); 9 May 2006 18:39:02 -0000 Received: (qmail 13241 invoked by uid 22791); 9 May 2006 18:39:01 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 09 May 2006 18:39:00 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FdX6g-00035N-7M; Tue, 09 May 2006 14:38:50 -0400 Date: Tue, 09 May 2006 18:39:00 -0000 From: Daniel Jacobowitz To: "David S. Miller" Cc: schwab@suse.de, pgilliam@us.ibm.com, gdb-patches@sourceware.org Subject: Re: Use DWARF CFI frame unwinder on powerpc Message-ID: <20060509183850.GA11843@nevyn.them.org> Mail-Followup-To: "David S. Miller" , schwab@suse.de, pgilliam@us.ibm.com, gdb-patches@sourceware.org References: <1147195124.16180.44.camel@dufur.beaverton.ibm.com> <20060509.110014.123240405.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060509.110014.123240405.davem@davemloft.net> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00172.txt.bz2 On Tue, May 09, 2006 at 11:00:14AM -0700, David S. Miller wrote: > I really think this warning message should be off by default, > 9 times out of 10 when it triggers the situation is completely > harmless. It is :-) See my earlier comment: GDB hackers run into this message a lot, because GDB's default gdbinit turns it on. GCC hackers do too: # Make gdb complain about symbol reading errors. This is so that gcc # developers can see and fix bugs in gcc debug output. set complaints 20 -- Daniel Jacobowitz CodeSourcery