[lldb-dev] LLDB/NetBSD - Status June 2018

2018-07-02 Thread Kamil Rytarowski via lldb-dev
MKSANITIZER - bug detector software integration with the NetBSD userland I've finished the integration of sanitizers with the distribution build framework. A bootable and installable distribution is now available, verified with Address Sanitizer, with Undefined Behavior Sanitizer, or with both con

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

2018-07-02 Thread George Burgess IV via lldb-dev
Just a friendly reminder that, due to popular demand, we've moved this month's bay-area social to 12-Jul. I'll send out the regular email announcing it next week. :) Have a great week (and happy 4th, for those who celebrate it!), George ___ lldb-dev mail

Re: [lldb-dev] lldb-mi doesn't propagate host environment variables

2018-07-02 Thread Jim Ingham via lldb-dev
In lldb, this behavior is controlled by the setting: target.inherit-env Passing debugger environment is equal parts handy (getting a DISPLAY variable right for instance) and a cause for confusion. Not sure which is the most useful default. lldb defaults to true. But I can see an argument tha