[Lldb-commits] [PATCH] D136958: [lldb] Document QSetDetachOnError packet

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 31 10:10:04 PDT 2022


jasonmolenda accepted this revision.
jasonmolenda added a comment.

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).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136958/new/

https://reviews.llvm.org/D136958



More information about the lldb-commits mailing list