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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
  • [Lldb-commits]... Felipe de Azevedo Piovezan via Phabricator via lldb-commits
    • [Lldb-com... Jim Ingham via Phabricator via lldb-commits
    • [Lldb-com... Jason Molenda via Phabricator via lldb-commits
    • [Lldb-com... Felipe de Azevedo Piovezan via Phabricator via lldb-commits
    • [Lldb-com... Felipe de Azevedo Piovezan via Phabricator via lldb-commits

Reply via email to