[all-commits] [llvm/llvm-project] df4c36: [lldb] Stop the protocol servers when terminating ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Aug 29 15:42:05 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df4c367585cb29327551f151ca99c9c9315459b5
https://github.com/llvm/llvm-project/commit/df4c367585cb29327551f151ca99c9c9315459b5
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M lldb/include/lldb/Core/ProtocolServer.h
M lldb/source/Core/ProtocolServer.cpp
M lldb/source/Plugins/Protocol/MCP/ProtocolServerMCP.cpp
Log Message:
-----------
[lldb] Stop the protocol servers when terminating the plugin (#156101)
Currently, the server keeps running until we call Stop from its dtor in
the static destruction chain. This is too late: the server should stop
when the plugin gets terminated.
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