[lldb-dev] DWARF v5 unit headers

2017-02-27 Thread Robinson, Paul via lldb-dev
I'm planning to commit a patch (http://reviews.llvm.org/D30206) which will cause Clang/LLVM to emit correct unit headers if you ask for version 5. I've run the lldb tests and I *think* I pointed to my modified Clang correctly (cmake with -DLLDB_TEST_COMPILER=/my/clang) and AFAICT it does not

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

2017-02-27 Thread George Burgess IV via lldb-dev
We'll be at Tied House as usual, starting on Thursday the 2nd at 7pm! If you can, help us plan and RSVP here: http://meetu.ps/36h805 See everyone there! George ___ lldb-dev mailing list lldb-dev@lists.llvm.org

Re: [lldb-dev] logic reversal in StackFrame::Disassemble in r287189

2017-02-27 Thread Zachary Turner via lldb-dev
Thanks for the heads up, it does indeed look like an issue. Wonder why it was only just now caught. I'll submit a fix shortly. On Mon, Feb 27, 2017 at 4:24 AM Carlo Kok wrote: > I think something went wrong in r287189: > > >

Re: [lldb-dev] Too many ModuleSP references

2017-02-27 Thread Carlo Kok via lldb-dev
On 2017-02-22 18:50, Greg Clayton via lldb-dev wrote: On Feb 21, 2017, at 5:08 PM, Jim Ingham > wrote: On Feb 21, 2017, at 4:49 PM, Jim Ingham via lldb-dev > wrote: On Feb 21, 2017, at

[lldb-dev] logic reversal in StackFrame::Disassemble in r287189

2017-02-27 Thread Carlo Kok via lldb-dev
I think something went wrong in r287189: https://github.com/llvm-mirror/lldb/commit/dfd7c7c89c00bbffcb130cf51cd33058ecb5dfcd#diff-3adb8d2b6f1642f0ae63c3cd9326d6e4L221 First it checked if the disassembly was empty, if not it filled it, now it returns null if it's empty (which it will always be