Re: [lldb-dev] LLDB Evolution: Next Phase

2016-09-02 Thread Kate Stone via lldb-dev
As a reminder, any pending commits you might have planned for LLDB this weekend must not break any of the bots we’re using to validate the health of the source tree. Thanks to everyone who nominated a validation process for the pending reformatting. We’ll assume that each of these validation e

[lldb-dev] [Bug 30265] New: LLDB-MI: environment-cd doesn't change working directory for inferior

2016-09-02 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=30265 Bug ID: 30265 Summary: LLDB-MI: environment-cd doesn't change working directory for inferior Product: lldb Version: unspecified Hardware: PC OS: Linux

[lldb-dev] LLVM 3.9 Release

2016-09-02 Thread Hans Wennborg via lldb-dev
It is my pleasure to announce that LLVM 3.9.0 is now available. Get it here: http://llvm.org/releases/download.html#3.9.0 This release is the result of the LLVM community's work over the past six months, including ThinLTO, new libstdc++ ABI compatibility, support for all OpenCL 2.0 and all non-of

[lldb-dev] [OS X] [Usage] register write for xmm registers

2016-09-02 Thread Dallman, John via lldb-dev
I'm trying to debug a problem with floating-point traps on 64-bit Mac OS X, and it would be extremely useful to be able to change values in xmm registers. I'm working with command-line LLDB, because I'm partially sighted and the Xcode GUI is just too complicated and confusing for me. I've manage