[Lldb-commits] [PATCH] D13881: Add domain socket support to gdb-remote protocol and lldb-server.

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 21 03:08:21 PDT 2015


tberghammer accepted this revision.

================
Comment at: source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp:39
@@ +38,3 @@
+#include <functional>
+#include <thread>
+
----------------
Please don't include <thread> here if it isn't absolutely necessary as there is a bug on windows in the header.

If you need it then you will most likely have to add the same workaround I added in rL250833 to make it compile on Windows


http://reviews.llvm.org/D13881





More information about the lldb-commits mailing list