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 i
https://bugs.llvm.org/show_bug.cgi?id=30863
lab...@google.com changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
On 2017-02-22 18:50, Greg Clayton via lldb-dev wrote:
On Feb 21, 2017, at 5:08 PM, Jim Ingham mailto:jing...@apple.com>> wrote:
On Feb 21, 2017, at 4:49 PM, Jim Ingham via lldb-dev
mailto:lldb-dev@lists.llvm.org>> wrote:
On Feb 21, 2017, at 4:24 PM, Greg Clayton via lldb-dev
mailto:lldb-
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:
>
>
> https://github.com/llvm-mirror/lldb/commit/dfd7c7c89c00bbffcb130cf51c
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
http://lists.llvm.org/cgi-bin/mailman/listi
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 introd