mingw
writes debug information to output executable file in 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?