From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13501 invoked by alias); 4 Feb 2004 23:06:19 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 13485 invoked from network); 4 Feb 2004 23:06:18 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 4 Feb 2004 23:06:18 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B42362B95; Wed, 4 Feb 2004 18:06:14 -0500 (EST) Message-ID: <40217AE6.9060500@gnu.org> Date: Wed, 04 Feb 2004 23:06:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Elena Zannoni Cc: Adam Fedor , "gdb-patches@sources.redhat.com" Subject: Re: [rfa/symtab] Move find_pc_section call to lookup_minimal_symbol_by_pc References: <4016E401.2050001@gnu.org> <16409.26976.292424.689823@localhost.redhat.com> <1075433366.29218.7.camel@localhost.localdomain> <16417.28535.67901.37314@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00087.txt.bz2 > Adam Fedor writes: > > > +2004-01-29 Adam Fedor > > + > > + * gdb.base/ppc-shared.exp: New file. > > + * gdb.base/ppc-main.c, gdb.base/ppc-shared.c: New files. > > + > > > I would just name these files with the PR number, since the test is generic. > The other problem (runaway with next) should have its own set of files. Um, I'm not sure what is happening. My GNU/Linux amd64 box appears to pass both times: 6 hithere2(); (gdb) s hithere2 () at /home/cygnus/cagney/PENDING/YYYY-MM-DD-mips/src/gdb/testsuite/gdb .base/ppc-shared.c:3 3 return 21; (gdb) PASS: gdb.base/ppc-shared.exp: Step into shared lib function While my NetBSD box fails both times (but I suspect that's just the NetBSD code): 6 hithere2(); (gdb) s 7 return 0; (gdb) FAIL: gdb.base/ppc-shared.exp: Step into shared lib function Mind you, means it's a good test :-) Andrew