apolyakov added inline comments.
================ Comment at: source/API/SBThread.cpp:1136 bool result = false; if (exe_ctx.HasThreadScope()) { Process::StopLocker stop_locker; ---------------- @aprantl do you think that we should use early exit here? There is printing to log at the end of the function, so in case of early exit, we must duplicate `log->Printf()`. Is it worth it? https://reviews.llvm.org/D47991 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits