<div class="gmail_quote"><div class="gmail_quote"><div><div class="h5">Hi.<div><br></div><div>I just saw a new branch for Windows has been created, and since I've had this work sitting here on the hard drive, waiting for me to have more time to work on it, I might as well contribute them now, and see if they can help the current effort to port LLDB to Windows.</div>



<div></div></div></div><div><div><div class="h5"><div><br></div><div>Right now they add a new CMake-based build system, I've only tested it on Windows, so I'm sure it needs some work to properly support other platforms. The existing code is pretty POSIX-specific and this gives a lot of trouble on Windows, so I've replaced what I could with replacements. From what I remember, the main ones were LLVM regex support and Win32 native threads / concurrency stuff. Some non-portable POSIX functions were added to a Windows-only file that eases out porting the codebase and some stuff that has no equivalent on Windows was stubbed out (POSIX terminal functions).</div>



<div><br></div><div>The driver is also pretty messy, using a lot of non-portable, in the last patch you can see I started a refactoring of it, but it still needs work.</div><div><br></div><div>At the current state it can run on Windows, but nothing debug-related was added, that was my next step, but I've been busy doing other LLVM / Clang-related Windows work.</div>



<div><br></div><div>I've tried to keep the patches contained and small, but since I just split them up from a big soup of changes, it's probably messy in a couple of places, and I didn't review them heavily. Nonetheless, I think this could help kickstart the new Windows branch and a lot of changes should be easy to review and include.</div>


<div><br></div><div>Note: Had to send patches as a 7-Zip archive since they reach the size limit of the list, even as a zip.</div></div></div></div><div><br></div><div>Here's a link to a regular zip archive if that's more convenient: <a href="https://dl.dropbox.com/u/194502/dev/lldb-windows-patches.zip">https://dl.dropbox.com/u/194502/dev/lldb-windows-patches.zip</a></div>

<span class="HOEnZb"><font color="#888888"><div><br></div></font></span></div></div>-- <br>Joćo Matos<br>