From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29513 invoked by alias); 28 Dec 2011 12:43:39 -0000 Received: (qmail 29502 invoked by uid 22791); 28 Dec 2011 12:43:38 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from e24smtp04.br.ibm.com (HELO e24smtp04.br.ibm.com) (32.104.18.25) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Dec 2011 12:43:24 +0000 Received: from /spool/local by e24smtp04.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 28 Dec 2011 10:43:21 -0200 Received: from mailhub1.br.ibm.com ([9.18.232.109]) by e24smtp04.br.ibm.com ([10.172.0.140]) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 28 Dec 2011 10:43:17 -0200 Received: from d24av03.br.ibm.com (d24av03.br.ibm.com [9.8.31.95]) by mailhub1.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pBSCiJqu1384926 for ; Wed, 28 Dec 2011 10:44:19 -0200 Received: from d24av03.br.ibm.com (loopback [127.0.0.1]) by d24av03.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pBSChTxT006407 for ; Wed, 28 Dec 2011 10:43:29 -0200 Received: from [9.18.197.94] ([9.18.197.94]) by d24av03.br.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id pBSChSh9006393; Wed, 28 Dec 2011 10:43:28 -0200 Message-ID: <4EFB0EE2.9090806@linux.vnet.ibm.com> Date: Wed, 28 Dec 2011 13:02:00 -0000 From: Edjunior Barbosa Machado User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15 MIME-Version: 1.0 To: Joel Brobecker CC: Mark Kettenis , gdb-patches@sourceware.org Subject: Re: [RFA] Ignore data minimal symbols for breakpoint linespecs References: <1324548943-26819-1-git-send-email-brobecker@adacore.com> <20111227041110.GA23376@adacore.com> <4EF9F1A1.2090302@linux.vnet.ibm.com> <20111227164837.GI23376@adacore.com> <201112271708.pBRH8K1X019780@glazunov.sibelius.xs4all.nl> <20111228060200.GL23376@adacore.com> In-Reply-To: <20111228060200.GL23376@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit x-cbid: 11122812-8936-0000-0000-0000057B6279 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-12/txt/msg00866.txt.bz2 On 12/28/2011 04:02 AM, Joel Brobecker wrote: >> Give that the target in question is 64-bit PowerPC, my bet is that by >> discarding data minimal symbols, you're also discarding function >> descriptors. That's probably not a good idea. > > Thanks for the tip, Mark. After having looked at the logs, I think > you are right on the money. What do you think of the attached patch? > > Edjunior, can you test it for me? > > Thanks, Hi Joel, excellent, I've tested it on ppc64 and it fixes all those regressions I mentioned. Thanks a lot! -- Edjunior