[Lldb-commits] [lldb] r267372 - Add a --element-count option to the expression command

2016-04-24 Thread Enrico Granata via lldb-commits
Author: enrico Date: Sun Apr 24 19:52:47 2016 New Revision: 267372 URL: http://llvm.org/viewvc/llvm-project?rev=267372&view=rev Log: Add a --element-count option to the expression command This option evaluates an expression and, if the result is of pointer type, treats it as if it was an array of

Re: [Lldb-commits] [PATCH] D18975: Fix unwind failures when PC points beyond the end of a function

2016-04-24 Thread Ulrich Weigand via lldb-commits
uweigand added a comment. Given Tamas' update, I've now checked in the original version, including comment. If you do want me to take out the comment after all, please let me know and I'll do so. Repository: rL LLVM http://reviews.llvm.org/D18975

[Lldb-commits] [lldb] r267363 - Fix unwind failures when PC points beyond the end of a function

2016-04-24 Thread Ulrich Weigand via lldb-commits
Author: uweigand Date: Sun Apr 24 15:49:56 2016 New Revision: 267363 URL: http://llvm.org/viewvc/llvm-project?rev=267363&view=rev Log: Fix unwind failures when PC points beyond the end of a function RegisterContextLLDB::InitializeNonZerothFrame already has code to attempt to detect and handle the

Re: [Lldb-commits] [PATCH] D18975: Fix unwind failures when PC points beyond the end of a function

2016-04-24 Thread Ulrich Weigand via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL267363: Fix unwind failures when PC points beyond the end of a function (authored by uweigand). Changed prior to commit: http://reviews.llvm.org/D18975?vs=53951&id=54813#toc Repository: rL LLVM http