From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13431 invoked by alias); 20 Aug 2006 13:10:59 -0000 Received: (qmail 13422 invoked by uid 22791); 20 Aug 2006 13:10:58 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 20 Aug 2006 13:10:53 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k7KDAhMO020294; Sun, 20 Aug 2006 15:10:43 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k7KDAgEV030299; Sun, 20 Aug 2006 15:10:42 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k7KDAgwj013347; Sun, 20 Aug 2006 15:10:42 +0200 (CEST) Date: Sun, 20 Aug 2006 14:33:00 -0000 Message-Id: <200608201310.k7KDAgwj013347@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: vapier@gentoo.org CC: gdb-patches@sourceware.org In-reply-to: <200608200903.07185.vapier@gentoo.org> (message from Mike Frysinger on Sun, 20 Aug 2006 09:03:06 -0400) Subject: Re: only force symbol lookups with local variables on hppa References: <200608200903.07185.vapier@gentoo.org> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00136.txt.bz2 > From: Mike Frysinger > Date: Sun, 20 Aug 2006 09:03:06 -0400 > > as a follow up to the slow script thread: > http://sources.redhat.com/ml/gdb/2006-08/msg00099.html > > attached patch will change the behavior so symbols with dollar signs > in them0 ($) are only looked up when a specific arch says to do so > (with hppa being the only one at the moment) > -mike > 2006-08-20 Mike Frysinger > > * parse.c (write_dollar_variable): Check LOOKUP_DOLLAR_SYMBOLS. > * config/pa/tm-hppa.h [LOOKUP_DOLLAR_SYMBOLS]: Define. Sorry but, this implementation is not acceptable; we want to get rid of all the defines in tm.h files (and the files themselves eventually), not add more :(. Mark