[all-commits] [llvm/llvm-project] 77ae18: [lldb-dap] Send terminated event only once (#93172)
Pavel Labath via All-commits
all-commits at lists.llvm.org
Fri May 24 00:23:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77ae18b0d99e1fc29b1e9345ce824dde2436c02c
https://github.com/llvm/llvm-project/commit/77ae18b0d99e1fc29b1e9345ce824dde2436c02c
Author: Pavel Labath <pavel at labath.sk>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M lldb/tools/lldb-dap/DAP.h
M lldb/tools/lldb-dap/lldb-dap.cpp
Log Message:
-----------
[lldb-dap] Send terminated event only once (#93172)
This is a regression from #91591. Turns out std::mutex does not prevent
code from running twice. :facepalm:
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