[Lldb-commits] [PATCH] D106122: Add a mutex to guard access to the ThreadPlanStack class

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 16 15:26:26 PDT 2021


jingham added a comment.

In D106122#2884543 <https://reviews.llvm.org/D106122#2884543>, @kastiglione wrote:

> I believe it does need to be a reclusive mutex.

Yes, I could refactor this to have a no-lock version, but I don't think it's worth complicating things.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106122



More information about the lldb-commits mailing list