The packet was introduced in 106d02866d4d54b09c08e6a12915dba58e709294.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. Not really the place for it, but the idea is: if lldb launched a process, when lldb quits, the inferior process should be killed. But if lldb attached to a running process, when lldb quits, the inferior process should be detached from & left running. debugserver often can't tell the difference between these (when you run a process on a local system, lldb actually does the posix_spawn and then tells debugserver to attach to it).