<p class="MsoNormal"><span lang="EN-US" style="font-size: 9pt; font-family: Verdana, sans-serif;">Hi,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size: 9pt; font-family: Verdana, sans-serif;"> </span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size: 9pt; font-family: Verdana, sans-serif;">I'm currently using LLDB as backend for a new debugger (anyone interested can look at </span><span style="font-size: 9pt; font-family: Verdana, sans-serif;"><a href="http://emoon.github.io/ProDBG"><span lang="EN-US">http://emoon.github.io/ProDBG</span></a></span><span lang="EN-US" style="font-size: 9pt; font-family: Verdana, sans-serif;">) and I just wanted to say a big thank you.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size: 9pt; font-family: Verdana, sans-serif;"> </span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size: 9pt; font-family: Verdana, sans-serif;">The C++ API (even a bit lacking documentation wise) has been really great to work and I honestly couldn’t ask for more so hats off for that!<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size: 9pt; font-family: Verdana, sans-serif;"> </span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size: 9pt; font-family: Verdana, sans-serif;">The debugger project is primary for Mac OS X and LLDB works great there so no big issue with that but at some point I would like to bring it over to Windows as well. I have looked around a bit in the codebase and there seems to be some Windows support there but I'm a bit unsure of what the current status is?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size: 9pt; font-family: Verdana, sans-serif;"> </span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size: 9pt; font-family: Verdana, sans-serif;">Another issue is that often programs on Windows is compiled using msvc and thus has PDB files for the debug info and I wonder if there are any plans on supporting PDBs? One issue also is that PDB file format is proprietary so one would have to reverse engineer it (or use the imghelp library on Windows but dunno if it would give all data needed) <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"> </span></p>
<p class="MsoNormal"><span lang="EN-US">Cheers!<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"> </span></p>
<p class="MsoNormal"><span lang="EN-US">-Daniel<o:p></o:p></span></p>