[Lldb-commits] [PATCH] D154271: [lldb] Fix data race when interacting with python scripts
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 30 19:25:09 PDT 2023
JDevlieghere added a comment.
Does this have to be a recursive mutex? Can we simplify this by using a `std::atomic<unsigned>` instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154271/new/
https://reviews.llvm.org/D154271
More information about the lldb-commits
mailing list