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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits