[Lldb-commits] [lldb] [lldb-dap] Refactor lldb-dap event handling. (PR #139669)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon May 12 23:18:49 PDT 2025
JDevlieghere wrote:
I added @labath as a reviewer since he's the MainLoop architect and because we briefly discussed this at EuroLLVM.
I only glanced at this and I'll take a more in-depth look tomorrow. One thing I remember form reading the MainLoop docs is that the class itself is not thread safe, so I think we may need our own synchronization when adding callbacks. This applies more broadly, but especially this patch might be worth building this with TSan and seeing if that catches anything.
https://github.com/llvm/llvm-project/pull/139669
More information about the lldb-commits
mailing list