[PATCH 2/3] makedep: Output ELF debug file to .debug/ directory.

Jacek Caban jacek at codeweavers.com
Mon May 25 10:15:53 CDT 2020


Hi Rémi,

On 25.05.2020 16:32, Rémi Bernon wrote:
> Linux perf isn't able to parse debug link from PE files either, but it
> looks for similarly named files in relative a .debug directory.


Did you look at how hard it would be to add minimal PE support to perf 
itself? To replace this patch, it would need to locate GNU debug link in 
PE file. Its format is identical to ELF files, so I'd hope that it 
shouldn't be too hard. It's a similar situation for debug info itself.


Thanks,

Jacek




More information about the wine-devel mailing list