From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13093 invoked by alias); 12 May 2006 18:18:30 -0000 Received: (qmail 13084 invoked by uid 22791); 12 May 2006 18:18:30 -0000 X-Spam-Check-By: sourceware.org Received: from intranet.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.6) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 12 May 2006 18:18:27 +0000 Received: (qmail 10732 invoked from network); 12 May 2006 18:18:25 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 12 May 2006 18:18:25 -0000 To: fnf@specifix.com Cc: gdb-patches@sourceware.org Subject: Re: [RFC] DWARF 2 address size != pointer size References: <200605101424.11088.fnf@specifix.com> <200605121020.27657.fnf@specifix.com> From: Jim Blandy Date: Fri, 12 May 2006 18:19:00 -0000 In-Reply-To: <200605121020.27657.fnf@specifix.com> (Fred Fish's message of "Fri, 12 May 2006 10:20:27 -0400") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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-05/txt/msg00249.txt.bz2 Fred Fish writes: > On Thursday 11 May 2006 18:44, Jim Blandy wrote: >> Technically, this isn't quite right, since each CU could potentially >> have a different address size. It's not a global property of the >> debug info. > > Correct. I think my patches have a comment related to that. > >> Here's the patch; is it addressing the same thing yours does? I'm not >> sure it deals with frame info right, but I'm pretty sure the rest of >> it is going in the right direction: > > I tried applying it, but it didn't apply cleanly and I gave up trying > to fix it up after I found out it uses code that was deleted a couple > years ago (dwarf2_pinfo for example). Sorry --- I should have made clear it wasn't expected to apply to today's sources. It'll need some adaptation. I don't mean to throw work at you; I just figured I'd offer the work I'd done for whatever it was still worth.