[Lldb-commits] MinGW compilation support
Carlo Kok
ck at remobjects.com
Sun Jul 7 23:54:25 PDT 2013
Op 7-7-2013 11:44, Virgile Bello schreef:
> Here is a patch allowing compilation of LLDB with MinGW.
> (it still compiles on Linux after the patch)
> Can someone please review (and merge in trunk if everything seems good)?
>
> Soon some other patches should follow:
> - 1 for MSVC compilation
> - 1 to add a lldbProcessWindows using Win32 debugging API, so that
> gdb/clang compiled programs can be debugged in Windows.
>
> Hopefully I can get all this into trunk quickly so that I don't need to
> rebase/merge too much.
> Thanks!
Patch looks good. the only thing I'm missing is the error handing in
ConnectionFileDescriptor.cpp, though that can be done as an incremental
patch (Windows sockets return WSAWOULDBLOCK instead of EAGAIN etc), see:
http://llvm.org/svn/llvm-project/lldb/branches/windows/source/Core/ConnectionFileDescriptor.cpp
in the Windows part.
More information about the lldb-commits
mailing list