[Lldb-commits] [PATCH] D132577: [lldb] [Core] Pass error/status from Communication::ReadThread()

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 31 06:45:36 PDT 2022


labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lldb/unittests/Core/CommunicationTest.cpp:19-20
+#include <chrono>
+#include <condition_variable>
+#include <mutex>
 #include <thread>
----------------
I guess these two are not used anymore.


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

https://reviews.llvm.org/D132577



More information about the lldb-commits mailing list