tfiala added inline comments. ================ Comment at: tools/driver/CMakeLists.txt:12 @@ +11,3 @@ +if ( LLDB_CAN_USE_LLDB_SERVER ) + add_dependencies(lldb lldb-server) +endif() ---------------- labath wrote: > In case of darwin you need *debugserver* to be able to debug locally. > lldb-server is only used for remote debugging here afaik. Actually it is also used for the lldb-server/debugserver consistency checks. So the tests will use it if it is built.
I'll add another layer for the debugserver target. Although I don't use cmake for darwin builds, so I'm not sure who we're serving by that. http://reviews.llvm.org/D12899 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits