[Lldb-commits] [lldb] r305111 - [VMRange] Remove unused FindRangeIndexThatContainsValue().

2017-06-09 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Jun 9 16:01:55 2017 New Revision: 305111 URL: http://llvm.org/viewvc/llvm-project?rev=305111&view=rev Log: [VMRange] Remove unused FindRangeIndexThatContainsValue(). Modified: lldb/trunk/include/lldb/Utility/VMRange.h lldb/trunk/source/Utility/VMRange.cpp Modifi

[Lldb-commits] [lldb] r305109 - [VMRange] Implement comparison operators using `==` and `<`.

2017-06-09 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Jun 9 15:49:11 2017 New Revision: 305109 URL: http://llvm.org/viewvc/llvm-project?rev=305109&view=rev Log: [VMRange] Implement comparison operators using `==` and `<`. Modified: lldb/trunk/source/Utility/VMRange.cpp Modified: lldb/trunk/source/Utility/VMRange.cpp UR

[Lldb-commits] [PATCH] D33426: Introduce new command: thread backtrace unique

2017-06-09 Thread Brian Gianforcaro via Phabricator via lldb-commits
bgianfo added a comment. Can someone commit this as I obviously don't have a svn commit bit? https://reviews.llvm.org/D33426 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r305099 - [VMRange] Use llvm::find_if. Thanks to Zachary for the suggestion.

2017-06-09 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Jun 9 14:14:59 2017 New Revision: 305099 URL: http://llvm.org/viewvc/llvm-project?rev=305099&view=rev Log: [VMRange] Use llvm::find_if. Thanks to Zachary for the suggestion. Modified: lldb/trunk/source/Utility/VMRange.cpp Modified: lldb/trunk/source/Utility/VMRange.

[Lldb-commits] [lldb] r305062 - Skip TestNoreturnUnwind on linux+clang+arm

2017-06-09 Thread Pavel Labath via lldb-commits
Author: labath Date: Fri Jun 9 03:33:59 2017 New Revision: 305062 URL: http://llvm.org/viewvc/llvm-project?rev=305062&view=rev Log: Skip TestNoreturnUnwind on linux+clang+arm I was over-eager to unable this test in r304976. It still fails in this combination, at there does not seem to be anythin