From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15683 invoked by alias); 5 Apr 2006 05:11:43 -0000 Received: (qmail 15675 invoked by uid 22791); 5 Apr 2006 05:11:43 -0000 X-Spam-Check-By: sourceware.org Received: from dsl027-180-168.sfo1.dsl.speakeasy.net (HELO sunset.davemloft.net) (216.27.180.168) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 05 Apr 2006 05:11:42 +0000 Received: from localhost ([127.0.0.1] ident=davem) by sunset.davemloft.net with esmtp (Exim 4.60) (envelope-from ) id 1FR0Hr-0000TN-Ju; Tue, 04 Apr 2006 22:10:35 -0700 Date: Wed, 05 Apr 2006 05:11:00 -0000 Message-Id: <20060404.221022.131097924.davem@davemloft.net> To: drow@false.org Cc: gdb@sources.redhat.com Subject: Re: Unreasonable expectation in gdb.base/break.exp From: "David S. Miller" In-Reply-To: <20060405013709.GA17095@nevyn.them.org> References: <20060404231225.GA14228@nevyn.them.org> <20060404.162052.87950568.davem@davemloft.net> <20060405013709.GA17095@nevyn.them.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00028.txt.bz2 From: Daniel Jacobowitz Date: Tue, 4 Apr 2006 21:37:09 -0400 > On Tue, Apr 04, 2006 at 04:20:52PM -0700, David S. Miller wrote: > > So do you agree to change the check to just verify that we are > > in fact in main()? > > Yes, I think so. I've had this failure in different compilers before. > > Eventually, we'll have to relax the name check too, when we start > reporting inlined functions properly. But no one is working on that > right now; I had some patches to do it, but they were very buggy. Ok, I'll cook up a patch that does this. Thanks.