https://github.com/JDevlieghere commented:
I'm starting to wonder if the Policy is really the best way to handle this. If the issue this is solving is to make ProcessRunLock recursive on the read side per-thread, then maybe a `thread_local SmallDenseMap<ProcessRunLock*, unsigned>` would be a much simpler solution? https://github.com/llvm/llvm-project/pull/195774 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
