http://bugs.winehq.org/show_bug.cgi?id=34990
--- Comment #1 from Anastasius Focht focht@gmx.net 2013-11-24 07:08:19 CST --- Hello folks,
I found information about PDB support for managed assemblies in the Mono Cecil project:
http://www.mono-project.com/Cecil
https://github.com/jbevain/cecil/wiki/Debug-symbols
The C# code is published under MS-PL (MS public license)
Finding a more or less complete in-depth PDB format documentation is difficult so this might prove a useful resource when adding/improving currently unsupported symbol/record types.
Regards