From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26016 invoked by alias); 19 Aug 2004 21:23:09 -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 26008 invoked from network); 19 Aug 2004 21:23:09 -0000 Received: from unknown (HELO blount.mail.mindspring.net) (207.69.200.226) by sourceware.org with SMTP; 19 Aug 2004 21:23:09 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by blount.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BxuNA-0007S0-00; Thu, 19 Aug 2004 17:23:01 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 1067F4B102; Thu, 19 Aug 2004 17:23:18 -0400 (EDT) Date: Thu, 19 Aug 2004 21:23:00 -0000 From: Michael Chastain To: manjo@austin.ibm.com Subject: Re: gdb.gdb/ testcase issues. Cc: gdb@sources.redhat.com Message-ID: <41251A45.nail58D215HD7@mindspring.com> References: In-Reply-To: User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00239.txt.bz2 Hi Manoj, First thing ... do you have a copyright assignment on file for gdb? > Is there any real reason for setting breakpoints on such fucntions? > If not I will be happy to provide a patch that fixes this problem. I don't know any reason, but I haven't looked yet. The counter-question is: why are you running gdb.gdb tests on a stripped gdb executable? Other parts of selftest.exp depend on stepping one source line at a time, which won't work with a stripped executable. Michael