[Lldb-commits] [PATCH] D41352: debugserver: Propagate environment in launch-mode (pr35671)

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 19 10:42:56 PST 2017


clayborg added a comment.

This is exposing a bug where if we have options like:

  % debugserver --env USER=hello --forward-env -- /bin/ls -lAF

We would set USER to hello, then "--forward-env" would clobber the setting...


https://reviews.llvm.org/D41352





More information about the lldb-commits mailing list