DescriptionAdd dump_syms for DWARF symbols in a PECOFF image, as used by cygwin and mingw For the cygwin target, build a dump_syms tool which can read DWARF symbols contained in a PE/COFF executable. I felt a bit bad about just making another copy of dump_symbols.cc, so this one is parameterized by an image file reader class, and then applied to a pecoff-format image file reading class. The pecoff image file reader: - knows how to read PE32 and PE32+ image files - makes a PECOFF file id by fetching it from a CV record or by hashing - can read PECOFF exports as a fallback if there is no DWARF information Patch Set 1 #Patch Set 2 : Add dump_syms for DWARF symbols in a PECOFF image, as used by cygwin and mingw #
MessagesTotal messages: 5
|