Re: Reading DWARF debug from a PE executable
David Anderson <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 4/18/19 2:17 AM, [email protected] wrote: > > gdb Digest 18 Apr 2019 09:17:14 -0000 Issue 4928 > > Topics (messages 46961 through 46963): > > Reading DWARF debug information from a PE executable > 46961 by: Artem Razin > 46963 by: Nick Clifton libdwarf (various sites mirror it or have clones or forks) is on sourceforge.net and the status and access is described in www.prevanders.net/dwarf.html. Current libdwarf/dwarfdump build fine and work on mingw (for reading PE executables or DLLS with DWARF) by: configure --disable-libelf ; make David Anderson