From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1546 invoked by alias); 4 Jan 2005 20:54:39 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 1345 invoked from network); 4 Jan 2005 20:54:29 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 4 Jan 2005 20:54:29 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1Clvgw-0005Wl-5C; Tue, 04 Jan 2005 15:54:10 -0500 Date: Tue, 04 Jan 2005 20:54:00 -0000 From: Daniel Jacobowitz To: Andrew Cagney Cc: "H. J. Lu" , gcc@gcc.gnu.org, GDB Subject: Re: Gdb complaints Incomplete CFI data; unspecified registers Message-ID: <20050104205410.GA20888@nevyn.them.org> Mail-Followup-To: Andrew Cagney , "H. J. Lu" , gcc@gcc.gnu.org, GDB References: <20041231190302.GA3168@lucon.org> <41DAFEF8.3010209@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41DAFEF8.3010209@gnu.org> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2005-01/txt/msg00034.txt.bz2 On Tue, Jan 04, 2005 at 03:39:20PM -0500, Andrew Cagney wrote: > H. J. Lu wrote: > >Gdb 6.3 generates many > > What does your .gdbinit contain? "set complaints 1"? Hmm, the default gdbinit for GCC contains: # 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 (same for GDB, but I see that HJ's debugging GCC...) -- Daniel Jacobowitz