[Lldb-commits] [PATCH] D61686: Enable lldb-server on Windows

Adrian McCarthy via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 8 11:33:04 PDT 2019


amccarth added inline comments.


================
Comment at: source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp:220
+    // In most cases the missing notifications do not affect lldb-server
+    // so we are temporarily relaxing the following for Windows.
+#if !defined(_WIN32)
----------------
What's the scope of "temporarily"?  Is there some specific feature or change that will cause this workaround to be removed?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61686/new/

https://reviews.llvm.org/D61686





More information about the lldb-commits mailing list