xiaobai added inline comments.
================ Comment at: tools/debugserver/source/CMakeLists.txt:128-133 + # TODO: Following the old behavior, DEBUGSERVER_PATH still points to the + # original system binary, even if we copy it over. Keep this? + set(DEBUGSERVER_PATH "${lldb_framework_dir}/LLDB.framework/Resources/debugserver" CACHE FILEPATH "" FORCE) + + # If we haven't built a signed debugserver. If possible, copy the one from + # the system to make the built debugger functional on Darwin. ---------------- I'm pretty sure that if you do not copy debugserver it will still find the one from your `${lldb_framework_dir}` when you run lldb anyway. Do you know why we copy it over? https://reviews.llvm.org/D54476 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits