[Lldb-commits] [PATCH] D65555: [lldb] [Process/NetBSD] Enable reporting of new and exited threads [WIP]
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 1 00:18:56 PDT 2019
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
More information about the lldb-commits
mailing list