[Lldb-commits] [PATCH] D128849: [lldb] [llgs] Send process output asynchronously in non-stop mode

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 30 01:23:19 PDT 2022


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


================
Comment at: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp:3931
 
+GDBRemoteCommunication::PacketResult GDBRemoteCommunicationServerLLGS::HandleNotificationAck(std::deque<std::string> &queue) {
+  // Per the protocol, the first message put into the queue is sent
----------------
this could use formatting


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

https://reviews.llvm.org/D128849



More information about the lldb-commits mailing list