[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:56:28 PDT 2021
dblaikie added a comment.
In D105732#2942716 <https://reviews.llvm.org/D105732#2942716>, @jingham wrote:
> Do modern Linux's not have posix_spawn? If it exists that's a better interface, and lets the system handle a lot of the complicated machinations you have to do by hand if you roll it yourself out of fork and exec.
https://man7.org/linux/man-pages/man3/posix_spawn.3.html - looks like it's there. I was reporting on the current implementation/adding some detail on the current state of things.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105732/new/
https://reviews.llvm.org/D105732
More information about the lldb-commits
mailing list