Re: [Lldb-commits] [PATCH] D19685: Fix NetBSD build with CMake 3.5.2

2016-05-01 Thread Pavel Labath via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. I like this solution. Repository: rL LLVM http://reviews.llvm.org/D19685 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://list

Re: [Lldb-commits] [PATCH] D19772: Detect Python's executable on NetBSD

2016-05-01 Thread Pavel Labath via lldb-commits
labath added a comment. In http://reviews.llvm.org/D19772#417954, @krytarowski wrote: > I think I can close this report and http://reviews.llvm.org/D19685, and put > all the standalone CMake code mentioned here and in > http://reviews.llvm.org/D19685 as a patch in http://reviews.llvm.org/D15067

Re: [Lldb-commits] [PATCH] D19685: Fix NetBSD build with CMake 3.5.2

2016-05-01 Thread Kamil Rytarowski via lldb-commits
krytarowski added a comment. Thanks, since it has been accepted. I will commit it and move to LLDBStandalone. Repository: rL LLVM http://reviews.llvm.org/D19685 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-b

[Lldb-commits] [lldb] r268191 - Fix NetBSD build with CMake 3.5.2

2016-05-01 Thread Kamil Rytarowski via lldb-commits
Author: kamil Date: Sun May 1 05:23:24 2016 New Revision: 268191 URL: http://llvm.org/viewvc/llvm-project?rev=268191&view=rev Log: Fix NetBSD build with CMake 3.5.2 Summary: Building HEAD of LLDB fails in linking against DebugInfoPDB. It also prints the following warning: ``` CMake Warning (de

Re: [Lldb-commits] [PATCH] D19772: Detect Python's executable on NetBSD

2016-05-01 Thread Kamil Rytarowski via lldb-commits
krytarowski abandoned this revision. krytarowski added a comment. This change will be merged into http://reviews.llvm.org/D15067 Repository: rL LLVM http://reviews.llvm.org/D19772 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://

[Lldb-commits] [lldb] r268192 - Add thread numbers into ASan thread names.

2016-05-01 Thread Kuba Brecka via lldb-commits
Author: kuba.brecka Date: Sun May 1 06:23:04 2016 New Revision: 268192 URL: http://llvm.org/viewvc/llvm-project?rev=268192&view=rev Log: Add thread numbers into ASan thread names. Modified: lldb/trunk/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp Modified: lldb/trunk/source/Plugi

[Lldb-commits] [lldb] r268193 - Improve wording and capitalization of TSan thread names.

2016-05-01 Thread Kuba Brecka via lldb-commits
Author: kuba.brecka Date: Sun May 1 06:26:06 2016 New Revision: 268193 URL: http://llvm.org/viewvc/llvm-project?rev=268193&view=rev Log: Improve wording and capitalization of TSan thread names. Modified: lldb/trunk/source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntim

Re: [Lldb-commits] [PATCH] D15067: Design building out of sources

2016-05-01 Thread Kamil Rytarowski via lldb-commits
krytarowski updated this revision to Diff 55742. krytarowski added a comment. Revamp the patch and reduce it only to the CMake part. Leave regex code for later. Repository: rL LLVM http://reviews.llvm.org/D15067 Files: cmake/modules/LLDBStandalone.cmake Index: cmake/modules/LLDBStandalon

[Lldb-commits] [lldb] r268194 - Update test for r268192.

2016-05-01 Thread Kuba Brecka via lldb-commits
Author: kuba.brecka Date: Sun May 1 06:32:10 2016 New Revision: 268194 URL: http://llvm.org/viewvc/llvm-project?rev=268194&view=rev Log: Update test for r268192. Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py Modified: lldb/trunk/packages/Py

Re: [Lldb-commits] [PATCH] D15067: Design building out of sources

2016-05-01 Thread Kamil Rytarowski via lldb-commits
krytarowski added a comment. please take a look @zturner @labath Repository: rL LLVM http://reviews.llvm.org/D15067 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D15067: Design building out of sources

2016-05-01 Thread Kamil Rytarowski via lldb-commits
krytarowski added inline comments. Comment at: cmake/modules/LLDBStandalone.cmake:85 @@ -63,3 +84,3 @@ if (PYTHON_EXECUTABLE STREQUAL "") set(Python_ADDITIONAL_VERSIONS 3.5 3.4 3.3 3.2 3.1 3.0 2.7 2.6 2.5) When I am including conditionally `include(FindP

Re: [Lldb-commits] [PATCH] D19086: [clang-analyzer] fix warnings emitted on lldb code base

2016-05-01 Thread Apelete Seketeli via lldb-commits
apelete updated this revision to Diff 55753. apelete added a comment. [clang-analyzer] fix warnings emitted on lldb code base Changes since last revision: - fast forward rebase on git master branch. http://reviews.llvm.org/D19086 Files: include/lldb/Utility/LLDBAssert.h source/API/SBThrea

Re: [Lldb-commits] [PATCH] D19086: [clang-analyzer] fix warnings emitted on lldb code base

2016-05-01 Thread Apelete Seketeli via lldb-commits
apelete added a comment. Waiting for review, could someone please have a look at this one ? http://reviews.llvm.org/D19086 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r268208 - Add support for synthetic child providers to optionally return a customized typename for display

2016-05-01 Thread Enrico Granata via lldb-commits
Author: enrico Date: Sun May 1 19:41:24 2016 New Revision: 268208 URL: http://llvm.org/viewvc/llvm-project?rev=268208&view=rev Log: Add support for synthetic child providers to optionally return a customized typename for display Modified: lldb/trunk/include/lldb/DataFormatters/TypeSyntheti