This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC] DWARF 2 address size != pointer size
- From: Fred Fish <fnf at specifix dot com>
- To: Jim Blandy <jimb at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org, fnf at specifix dot com
- Date: Fri, 12 May 2006 10:20:27 -0400
- Subject: Re: [RFC] DWARF 2 address size != pointer size
- References: <200605101424.11088.fnf@specifix.com> <vt2u07wmbbg.fsf@theseus.home.>
- Reply-to: fnf at specifix dot com
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).
-Fred