llvm-project
df4c3675
- [lldb] Stop the protocol servers when terminating the plugin (#156101)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#156101 - [lldb] Stop the protocol servers when terminating the plugin
Author
JDevlieghere
Parents
6d435512
Loading