[Lldb-commits] [PATCH] D42195: [lldb] Generic base for testing gdb-remote behavior

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 1 10:05:52 PST 2018


clayborg added a comment.

I am pretty sure that the ack that gets sent should happen in response to getting an ACK. Note that LLDB send an ACK and then waits for an ACK. This helps us see if anything is there. So yes, this code can always just respond to an unsolicited ACK with an ACK.


Repository:
  rL LLVM

https://reviews.llvm.org/D42195





More information about the lldb-commits mailing list