[Lldb-commits] [PATCH] D31357: Support Unit Testing debugserver
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 27 12:32:35 PDT 2017
jingham added a comment.
It's a little weird to have the unit tests for debugserver in the top-level lldb directory. debugserver really is a stand-alone tool that shares no code with lldb proper. How hard would it be to put the tests under debugserver?
https://reviews.llvm.org/D31357
More information about the lldb-commits
mailing list