mgorny marked 6 inline comments as done.
mgorny added a comment.

@jfb, could you please remove your red flag now? ;-)



================
Comment at: lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp:738
+    if (*it && ((*it)->GetID() == thread_id)) {
+      m_threads.erase(it);
+      break;
----------------
mgorny wrote:
> Note to self, this should be `it =... `
Nevermind myself. It `breaks` immediately, so it doesn't matter.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65555/new/

https://reviews.llvm.org/D65555



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

Reply via email to