Re: [lldb-dev] environment vars not passed through to linux targets

2017-07-06 Thread Pavel Labath via lldb-dev
Yes, that looks like a bug. Inheriting the target environment in the default case sounds like a good thing to do. I had a feeling it used to work at some point, but I could be wrong... On 6 July 2017 at 05:04, Christopher Book via lldb-dev wrote: > Yes, exactly. So things like LD_LIBRARY_PATH, P

Re: [lldb-dev] environment vars not passed through to linux targets

2017-07-05 Thread Christopher Book via lldb-dev
Yes, exactly. So things like LD_LIBRARY_PATH, PATH and others that are set based on the target linux env. The client doesn't have this information available to manually set them all. On Wed, Jul 5, 2017 at 11:44 PM Stephane Sezer wrote: > Which set of env vars did you want the child process to

Re: [lldb-dev] environment vars not passed through to linux targets

2017-07-05 Thread Stephane Sezer via lldb-dev
Which set of env vars did you want the child process to inherit? The env vars of the platform process on the remote? On Wed, Jul 5, 2017 at 8:47 AM Christopher Book via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Hi, I'm remote debugging to linux (platform select remote-linux), and then > launch