|
http://linux.derkeiler.com/Newsgroups/comp.os.linux.development.system/2003-07/0398.html
Jonathan Magid wrote:
> What I'm looking for is documentation on
the format of ELF debugging There are at least two different debug formats used on Linux/x86
However recent compilers mostly use DWARF2 (or 3, it's almost the
same).
To read that I suggest you look at Dave Anderson's libdwarf
The DWARF spec is referenced from the avove page too.
Enjoy. |
