symbolic icon indicating copy to clipboard operation
symbolic copied to clipboard

Support DWARF in PE

Open jan-auer opened this issue 3 years ago • 1 comments

Potential downstream consumer of this is https://github.com/mozilla/dump_syms/issues/224

Older Rust compiler versions also used to output DWARF sections in PE.

jan-auer avatar Mar 25 '21 20:03 jan-auer

Older Rust compiler versions also used to output DWARF sections in PE.

It's not related to the version but the target. i686-pc-windows-gnu produces PE with Dwarf 2 and it's unlikely to change.

mati865 avatar May 28 '21 15:05 mati865