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

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 24 16:13:11 PDT 2017


jingham added a comment.

Todd added a gtest target to the lldb.xcodeproj.  Presumably you could use that as a template and do the same thing in the tools/debugserver.xcproj.  Then make an aggregate target in the lldb workspace that runs these two targets.


https://reviews.llvm.org/D31357





More information about the lldb-commits mailing list