From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: "Ben Combee" Cc: binutils@sourceware.cygnus.com Subject: Re: DWARF info on i386-ELF Linux -- need pointers Date: Thu, 01 Jul 1999 00:00:00 -0000 Message-id: <31089.930110122@upchuck.cygnus.com> References: <041601bebd02$3f7c5650$3404010a@metrowerks.com> X-SW-Source: 1999-q2/msg00339.html In message < 041601bebd02$3f7c5650$3404010a@metrowerks.com >you write: > I'm trying to produce DWARF debugging information suitable for use with gdb > and the binutils on i386 ELF-based Linux. I've read the DWARF 1.1 > specification and looked at the source code for BFD, but I cannot figure ou Actually I would strongly recommend against using dwarf1.1. It's support for C++ is poor at best. If for some reason you really don't want to use stabs, then use dwarf2. jeff