mgorny marked an inline comment as done.
mgorny added inline comments.

================
Comment at: lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp:738
+    if (*it && ((*it)->GetID() == thread_id)) {
+      m_threads.erase(it);
+      break;
----------------
Note to self, this should be `it =... `


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