[Lldb-commits] [PATCH] D157041: [lldb] Protect OptionValue accesses from data races

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 4 10:43:32 PDT 2023


JDevlieghere added a comment.

Despite their prevalence in LLDB, I still consider `recursive_mutex` as a potential code smell. So +1 on avoiding the need for a recursive mutex.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157041



More information about the lldb-commits mailing list