[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:42:43 PDT 2017


jingham added a comment.

debugserver only runs on darwin and we have no intentions of using it elsewhere.  lldb-server is the way to do debugserver for new platforms.  I don't think you need the generality provided by host to test debugserver, OTOH, if using those classes saves you lots of time over writing macOS specific code, then I'm mostly concerned that it is clear that debugserver isn't the way to do debug servers for lldb, lldb-server is...


https://reviews.llvm.org/D31357





More information about the lldb-commits mailing list