labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Linux seems to allow a NULL for envp, but it does caution about the 
unportability of that practice. I doubt changing the argv[0] would be a 
problem, as that is a fairly common practice, but we can try it anyway.

Instead of passing the `environ` array you could just call `execv`...


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75241/new/

https://reviews.llvm.org/D75241



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

Reply via email to