labath added inline comments. ================ Comment at: tools/driver/CMakeLists.txt:12 @@ +11,3 @@ +if ( LLDB_CAN_USE_LLDB_SERVER ) + add_dependencies(lldb lldb-server) +endif() ---------------- tfiala wrote: > 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. Yeah... it is starting to get a bit over-engineered. :)
I know all lldb-mi folks use cmake on darwin, and I think I remember speaking to some other people as well. http://reviews.llvm.org/D12899 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits