[lldb-dev] July LLVM bay-area social is this Thursday!

2017-07-05 Thread George Burgess IV via lldb-dev
We'll be at Tied House as usual, starting on Thursday the 6th at 7pm! If you can, help us plan and RSVP here: http://meetu.ps/39SBc7 See everyone there (and, for those who are also celebrating it, have a happy 4th of July)! George ___ lldb-dev mailing l

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

2017-07-05 Thread Christopher Book via lldb-dev
Hi, I'm remote debugging to linux (platform select remote-linux), and then launching a process on the target. > file > process launch -w /some/dir When I do this, the process is launched but it gets an empty list of environment variables. I've confirmed that lldb and the gdb server both have the

[lldb-dev] Port LLDB to ppc64le (ABIv2) on linux

2017-07-05 Thread Gustavo Serra Scalet via lldb-dev
Hi, I'm interested in porting LLDB to PowerPC 64 little endian (e.g: POWER8 machines) on Linux platform but before starting such work, I wanted to know if somebody is already doing it or also if there is anything prohibitive in doing so (Probably relevant to this question: clang supports POWER8

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

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