https://bugs.winehq.org/show_bug.cgi?id=46028
--- Comment #6 from Austin English austinenglish@gmail.com --- (In reply to Jacek Caban from comment #4)
(In reply to Austin English from comment #3)
The problem isn't generating the pdb. The problem was that wine's dbghelp/kernel32 couldn't work with newer pdb formats.
OK, adjusting component then.
Sorry, I was unclear.
There are 2 overall issues: 1) Bug 46028 (this one) - we don't provide .pdbs for users to use 2) Bug 38594 - if we do provide .pdbs, and they're in msvc 2013+ format, they're completely unusable with Wine's dbghelp.
In fairness, it's possible that clang's pdb's do work in wine, I haven't tested them. I'll make a note to test if I get time. From comment #5, it sounds like native dbghelp works with the 2013 (and presumably clang) pdbs, which may serve as a workaround.