From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Berlin To: Eli Zaretskii Cc: , , , Subject: Re: GDB on SGI Irix 6.5 Date: Thu, 17 May 2001 09:26:00 -0000 Message-id: References: X-SW-Source: 2001-05/msg00289.html On Thu, 17 May 2001, Eli Zaretskii wrote: > > On Thu, 17 May 2001, I wrote: > > > Debugging GDB with itself, I see that cu_header.version is zero, > > probably because of the different format of the dwarf2 info used by > > the 64-bit executables. > > > > Where can I find the information about this format, and how it differs > > from the standard dwarf2? > > Looks like I found the info (on your site, David ;-). So I'll ask more > questions if what I read is unclear. I also found a patch there that > might help me. We should support 64 bit dwarf2 already, for the most part. I know the new reader does it, and I believe that reading the cu header was one of the few routines I didn't change (Unless i'm completely misremembering). --Dan