[Lldb-commits] [PATCH] D31357: Support Unit Testing debugserver

Chris Bieneman via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 27 12:34:54 PDT 2017


beanz added a comment.

@jingham I put the unit tests at the top because they depend on LLDB's Host library (at least the current tests do). I'm attempting to write tests which cover the socket communication between LLDB and debugserver by sending data between the two using each side of the API.


https://reviews.llvm.org/D31357





More information about the lldb-commits mailing list