This project seems to have some ability to convert to PDB, though it looks like the project stalled years ago...<div><br></div><div><a href="http://www.dsource.org/projects/visuald">http://www.dsource.org/projects/visuald</a> </div>
<div><br></div><div>I have done some research into the area, and the visual studio compiler doesn't look to embed debug info directly into the object file at all, instead a single program database for the project is updated incrementally as each source file is compiled.</div>
<div><br></div><div>I have on occasion got the inspiration to create a DWARF debug module for visual studio, then quickly go lost trying to get started. It looks like google has/is attempting to go down this road according to the pages:</div>
<div><br></div><div><a href="http://www.chromium.org/nativeclient/sdk/vsx-plugin/vsx-reference-material">http://www.chromium.org/nativeclient/sdk/vsx-plugin/vsx-reference-material</a></div><div><a href="http://code.google.com/p/nativeclient/wiki/NaClDebugging">http://code.google.com/p/nativeclient/wiki/NaClDebugging</a></div>
<div> </div><div>though a more recent page doesn't mention visual studio:</div><div><br></div><div><a href="https://developers.google.com/native-client/devguide/devcycle/debugging">https://developers.google.com/native-client/devguide/devcycle/debugging</a> <br>
<br><br><br><div class="gmail_quote">On Wed, Sep 12, 2012 at 7:06 AM, Manu <span dir="ltr"><<a href="mailto:turkeyman@gmail.com" target="_blank">turkeyman@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi people,<div><br></div><div>Unlike GCC, LLVM has seemingly good support for interoperability with MSVC built windows code.</div><div>This makes LLVM particularly attractive to my company/project, but it seems LLVM doesn't support writing PDB debug into into it's COFF output.</div>

<div><br></div><div>It seems Win64 exception handling has been added recently, which perhaps makes PDB the only outstanding feature for effective use with windows projects.</div><div><br></div><div>Can anyone comment on the state of this? Anyone interested or working on PDB support? Plans? Show stoppers?</div>

<div><br></div><div>Cheers.</div><span class="HOEnZb"><font color="#888888"><div>- Manu</div>
</font></span><br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>