[all-commits] [llvm/llvm-project] 4683f6: [lldb-dap] Fix data race on disconnecting (#200017)
Ebuka Ezike via All-commits
all-commits at lists.llvm.org
Thu May 28 04:09:53 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4683f6ba6152e26c22adeaa4daf46732492228e5
https://github.com/llvm/llvm-project/commit/4683f6ba6152e26c22adeaa4daf46732492228e5
Author: Ebuka Ezike <e_ezike at apple.com>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M lldb/tools/lldb-dap/DAP.cpp
Log Message:
-----------
[lldb-dap] Fix data race on disconnecting (#200017)
Guard m_disconnecting with the m_queue_mutex because the value can be
changed in multiple threads
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list