Kill (rather than detach) form the inferior if debugserver loses its connection to lldb to prevent zombie processes.
Details
Details
- Reviewers
teemperor mib - Group Reviewers
Restricted Project - Commits
- rGd6f5e08199f6: [lldb] Kill the inferior instead of detaching during test suite runs
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
No, we're still trying to figure that one out. This patch safeguards against something unexpected happening to debugserver, which shouldn't happen during a normal test suite run, but better safe than sorry.