[Lldb-commits] [PATCH] D114520: [lldb/gdb-remote] Ignore spurious ACK packets

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 24 03:06:52 PST 2021


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


================
Comment at: lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp:56
       {{"$foobar#79"}, {"foobar"}},
-      {{"$}}#fa"}, {"]"}},
-      {{"$x*%#c7"}, {"xxxxxxxxx"}},
----------------
I don't get how this is relevant to the patch in question.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114520



More information about the lldb-commits mailing list