From: Joseph K. <jk...@us...> - 2014-07-31 17:16:11
|
dw> For some DWARF attribute forms I have been unable to get a meaningful dw> value no matter how long I read your documentation or grep through dw> your source. (Note that below I omit error checking for readability.) There are two other places you could look: 1. The original SGI/GPL libdwarf project. Elftoolchain's libdwarf is a re-implementation of that API. http://www.prevanders.net/dwarf.html 2. The DWARF specification itself, available at http://www.dwarfstd.org/. I'm also CC'ing Kai Wang -- the primary author of Elftoolchain's libdwarf. Ticket #453 has been created to track documentation holes in libdwarf's manual pages. [1]: https://sourceforge.net/p/elftoolchain/tickets/453/ Regards, Joseph Koshy |