From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3616 invoked by alias); 22 Aug 2006 01:31:25 -0000 Received: (qmail 3608 invoked by uid 22791); 22 Aug 2006 01:31:24 -0000 X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 Aug 2006 01:31:23 +0000 Received: from home.wh0rd.org (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 207F264782 for ; Tue, 22 Aug 2006 01:31:19 +0000 (UTC) Received: (qmail 2397 invoked from network); 21 Aug 2006 21:31:08 -0400 Received: from unknown (HELO vapier) (192.168.0.2) by 192.168.0.1 with SMTP; 21 Aug 2006 21:31:08 -0400 From: Mike Frysinger To: Daniel Jacobowitz Subject: Re: only force symbol lookups with local variables on hppa Date: Tue, 22 Aug 2006 18:01:00 -0000 User-Agent: KMail/1.9.4 Cc: Mark Kettenis , gdb-patches@sourceware.org References: <200608200903.07185.vapier@gentoo.org> <200608201310.k7KDAgwj013347@elgar.sibelius.xs4all.nl> <20060820135754.GA17322@nevyn.them.org> In-Reply-To: <20060820135754.GA17322@nevyn.them.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3232898.Lc2xm0LECB"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200608212132.30241.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/msg00151.txt.bz2 --nextPart3232898.Lc2xm0LECB Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-length: 491 On Sunday 20 August 2006 09:57, Daniel Jacobowitz wrote: > As a followup, there are several better options: hmm, is there a spec somewhere that says what order symbols need to be=20 resolved ? how about an alternative option: - in write_dollar_variable(), if the symbol starts with a '$', we first tr= y=20 to look it up via lookup_internalvar() ... if that fails, we fall back to=20 lookup_symbol() and lookup_minimal_symbol() and then jump back to the=20 lookup_internalvar() ... -mike --nextPart3232898.Lc2xm0LECB Content-Type: application/pgp-signature Content-length: 827 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iQIVAwUAROperUFjO5/oN/WBAQICyA//fIU/EVtd49AXLdde5a293lAGxGk2hRiP BAT6XnRcCGcgX6S5Ceov0c8lALRs9PlXzjpCmblhcPDAlGaoDIVRZ2Wk8rUtKRNG Ftfts7BAL5R6M9ZSfGizg6u3D65jaqgtmEX/9xlzfuUrFiwsJbEOJeORRPYcy6XN PaHKDlaZYFDWKHd6SJtZZuHGPvm4XbojHBmwcVmZOeWRV8acUPFhFIvKp3xfpgLY /k33M1mw18jBYWV/ywK/WxSk4Ngpt7f6PjBVaSZ0FnFGxX9ZRqK0Qoi5M6gzqx5/ uQ3/Noy6UV8LcrDL0AQrZdsstvjDJ1Xy3SfAUCBSYavkUj0c6x37gS4gTqM/JHuW jLem/4Y7MJGBVagFbn8FxnINrfBlj3w8pZorF/0fekmBfVyLMQJr3enpWXgMZBPh px57QpNFRNhVNU+jkTP4Kcj+jU8/RYhh6rVBpwausQpOxladSFbXB4phzXBP/l1U lStOyd2P8rCpcFGw7Qz5VPxCBSkAB2t5YblRrqSQN350ghTyK2JVuaqV9Y+OWfEi 5QRDKGUcjlQBw7FLTRYOh2AzYstw/IR86hD3SVTQwLSzWfca30xs8Iq/ehUlxBA7 9NIitu1UCK5ouSAKpvijWBDXjIf1WwHwjdwagE6OVxhZnvNVvWchum+EAUq8LjDo xOJ0q14MwXk= =MMqR -----END PGP SIGNATURE----- --nextPart3232898.Lc2xm0LECB--