[Lldb-commits] [PATCH] D133427: [gdb-remote] Move broadcasting logic down to GDBRemoteClientBase

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 9 06:14:49 PDT 2022


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

cool.



================
Comment at: lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp:20
 public:
-  TestClient()
-      : GDBRemoteCommunication("test.client", "test.client.listener") {}
+  TestClient() : GDBRemoteCommunication() {}
 
----------------
I think you can just delete this altogether.


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

https://reviews.llvm.org/D133427



More information about the lldb-commits mailing list