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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to