Related articles |
---|
interpreting dwarf information from the elf executable junky_fellow@yahoo.co.in (junky_fellow@yahoo.co.in) (2008-01-23) |
Re: interpreting dwarf information from the elf executable bergner@vnet.ibm.com (Peter Bergner) (2008-01-23) |
Re: interpreting dwarf information from the elf executable rsc@swtch.com (Russ Cox) (2008-01-23) |
Re: interpreting dwarf information from the elf executable armbru@pond.sub.org (Markus Armbruster) (2008-01-24) |
From: | "junky_fellow@yahoo.co.in" <junky_fellow@yahoo.co.in> |
Newsgroups: | comp.compilers |
Date: | Wed, 23 Jan 2008 02:55:51 -0800 (PST) |
Organization: | Compilers Central |
Keywords: | debug, question, comment |
Posted-Date: | 23 Jan 2008 12:24:05 EST |
Guys,
I have to find out the information about all the structures (the
member names, offsets, their type and size etc) from the dwarf
sections in the elf executable.
Is their any code available thta can print the entire structure
(alongwith its member names) ?
I would be highly grateful for any pointers/help.
[There must be code in gdb and other debuggers that does so. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.