This is the mail archive of the
egcs@egcs.cygnus.com
mailing list for the EGCS project. See the EGCS
home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]
Re: dwarf2 debug dependent upon GAS?
- To: Robert Lipe <robertlipe@usa.net>
- Subject: Re: dwarf2 debug dependent upon GAS?
- From: Jim Wilson <wilson@cygnus.com>
- Date: Tue, 23 Feb 1999 14:19:02 -0800
- cc: egcs@egcs.cygnus.com
- Delivered-To: listarch-egcs@egcs.cygnus.com
- Delivered-To: mailing list egcs@egcs.cygnus.com
- In-reply-to: Your message of "Mon, 22 Feb 1999 23:32:00 CST." <19990222233200.P325@rjlhome.sco.com>
- Mailing-List: contact egcs-help@egcs.cygnus.com; run by ezmlm
- Sender: owner-egcs@egcs.cygnus.com
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