[Mingw-users] Reading DWARF debug information from PE file on Windows with libdwarf

Back to archive index
Artem Razin artem****@gmail*****
Wed Apr 17 21:59:45 JST 2019


Hi,

This is my first question here and I hope it is suitable for this list.

I am an author of Deleaker, a memory profiler tool. Currently Deleaker can
resolve symbols using PDB files, but now I want to add support of binaries
compiled by mingw.

It seems that mingw uses DWARF format.

I need to parse this debug information. I've tried to adopt libdwarf but it
seems to be able to read files in ELF format only. At the same time mingw
places debug information to several PE sections.

Is there any way to pass raw data from these sections to libdwarf to read
debug information?

Or probably there are other ways to work with DWARF...

Thank you!

-- 
Best regards,
Artem A. Razin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/mingw-users/attachments/20190417/9724682c/attachment.html>


More information about the MinGW-Users mailing list
Back to archive index