Re: Reading DWARF debug information from a PE executable
Mark Wielaard <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2019-04-18 at 10:17 +0100, Nick Clifton wrote: > Actually you might find it more helpful ask this question on the elfutils > mailing list ([email protected]) since libdwarf is part of that > project. Or you could try the binutils mailing list ([email protected]) > as the facilities that you are asking for are available in the BFD library, > which is part of the binutils project. elfutils contains libdw, a library for reading DWARF data and some ELF and (linux) process introspection functions. libdwarf is its own project for low level DWARF data: https://sourceforge.net/projects/libdwarf/ Cheers, Mark