dblaikie added a comment. In D105732#2942355 <https://reviews.llvm.org/D105732#2942355>, @clayborg wrote:
> Sorry for the delay. This seems like it should work just fine. Where is this > actually used? I thought most clients should be using posix_spawn() as this > is the preferred launching mechanism over using fork/exec Looks like posix_spawn is used in the macosx host, but not in the posix host (where, as @rdhindsa mentioned, fork is used), for whatever that's worth. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105732/new/ https://reviews.llvm.org/D105732 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
