Files
clang-p2996/lldb/source
Jonas Devlieghere 76f3cc9e04 [lldb] Fix another race condition in Target::GetExecutableModule (#145991)
c72c0b298c fixed a race condition in Target::GetExecutableModule. The
patch originally added the lock_guard but I suggested using the locking
ModuleList::Modules() helper instead. That didn't consider that the
fallback would still access the ModuleList without holding the lock.
This patch fixes the remaining issue.
2025-06-26 16:44:19 -07:00
..