llvm-project
df4c3675 - [lldb] Stop the protocol servers when terminating the plugin (#156101)

Commit
70 days ago
[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.
Author
Parents
Loading