[Lldb-commits] [PATCH] D105732: [lldb] Update logic to close inherited file descriptors.
David Blaikie via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 12 15:11:37 PDT 2021
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
More information about the lldb-commits
mailing list