Files
llvm-project/lldb/source/Core/ProtocolServer.cpp
Jonas Devlieghere df4c367585 [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.
2025-08-29 15:41:44 -07:00

2.2 KiB