[Lldb-commits] [lldb] Fix a deadlock in ModuleList when starting a standalone lldb client/server (PR #148774)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 15 09:19:03 PDT 2025


https://github.com/clayborg commented:

This patch looks good to me unless we are trying to protect the ModuleList contents during the notification to ensure it doesn't change before the notification has been delivered. Jim and Jonas? Thoughts?

https://github.com/llvm/llvm-project/pull/148774


More information about the lldb-commits mailing list