JDevlieghere wrote: > The last force push undid the `EXPECT_FALSE(lock.try_lock());` commit
I moved it because it's a recursive mutex, so try_lock will continue succeeding if you do it on the same thread. We now do it from the async call. https://github.com/llvm/llvm-project/pull/164109 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
