[Lldb-commits] [lldb] [lldb] fix dead lock in TypeCategoryMap.cpp (PR #87540)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 4 14:57:25 PDT 2024
JDevlieghere wrote:
Alright, so this happens when `listener` in `TypeCategoryMap` is the `TypeCategory`. Please update the commit message and add a comment before the call to `Changed` to say why we're doing it outside the scope of the lock. With those changes this should be good to go.
https://github.com/llvm/llvm-project/pull/87540
More information about the lldb-commits
mailing list