From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson To: Robert Lipe Cc: egcs@egcs.cygnus.com Subject: Re: dwarf2 debug dependent upon GAS? Date: Tue, 23 Feb 1999 14:19:00 -0000 Message-id: <199902232219.OAA05539@rtl.cygnus.com> In-reply-to: Your message of "Mon, 22 Feb 1999 23:32:00 CST." < 19990222233200.P325@rjlhome.sco.com > References: <19990222233200.P325@rjlhome.sco.com> X-SW-Source: 1999-02/msg01164.html irix6 has a program called dwarfdump which is very nice. I don't know where else it is available. There has been some work on adding dwarf2 dumping to the binutils readelf program. You'd have to get a recent binutils snapshot to try it though. Using gcc -dA -S gives you readable commented assembler files which might help. Jim From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson To: Robert Lipe Cc: egcs@egcs.cygnus.com Subject: Re: dwarf2 debug dependent upon GAS? Date: Sun, 28 Feb 1999 22:53:00 -0000 Message-ID: <199902232219.OAA05539@rtl.cygnus.com> References: <19990222233200.P325@rjlhome.sco.com> X-SW-Source: 1999-02n/msg01169.html Message-ID: <19990228225300.UbzJ3rrvLmtzdb2dQbTIITMalr5uOQg11hrmEhr71ms@z> irix6 has a program called dwarfdump which is very nice. I don't know where else it is available. There has been some work on adding dwarf2 dumping to the binutils readelf program. You'd have to get a recent binutils snapshot to try it though. Using gcc -dA -S gives you readable commented assembler files which might help. Jim