apolyakov added inline comments.

================
Comment at: tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp:963
+    sbProcess.GetDescription(streamOut);
+    for (uint32_t i = 0, e = sbProcess.GetNumThreads(); i < e; ++i) {
+      const lldb::SBThread thread = sbProcess.GetThreadAtIndex(i);
----------------
Am I right that here should be a synchronization block?


https://reviews.llvm.org/D49632



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to