[Lldb-commits] [PATCH] D36948: lldb-argdumper doesn't need lldbCore.

2017-08-21 Thread Bruce Mitchener via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311399: lldb-argdumper doesn't need lldbCore. (authored by brucem). Repository: rL LLVM https://reviews.llvm.org/D36948 Files: lldb/trunk/tools/argdumper/CMakeLists.txt Index: lldb/trunk/tools/arg

[Lldb-commits] [lldb] r311399 - lldb-argdumper doesn't need lldbCore.

2017-08-21 Thread Bruce Mitchener via lldb-commits
Author: brucem Date: Mon Aug 21 15:54:49 2017 New Revision: 311399 URL: http://llvm.org/viewvc/llvm-project?rev=311399&view=rev Log: lldb-argdumper doesn't need lldbCore. Summary: lldb-argdumper only needs lldbUtility to successfully build and link. Reviewers: beanz, zturner, labath Subscribers

[Lldb-commits] [PATCH] D36598: cmake + xcode: prevent gtests from using includes from project root

2017-08-21 Thread Tim Hammerquist via Phabricator via lldb-commits
penryu updated this revision to Diff 112052. penryu added a comment. This patch limits the above include dir to unittests/, and renamed some headers to reduce ambiguity about their purpose, as suggested by beanz. https://reviews.llvm.org/D36598 Files: lldb.xcodeproj/project.pbxproj unittes

[Lldb-commits] [PATCH] D36977: Add 'break' into GDBRemoteClientBase::SendContinuePacketAndWaitForResponse to fix a warning

2017-08-21 Thread Kuba (Brecka) Mracek via Phabricator via lldb-commits
kubamracek created this revision. Currently, clang complains here about an non-annotated fall-through. Repository: rL LLVM https://reviews.llvm.org/D36977 Files: source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp Index: source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp ===

[Lldb-commits] [PATCH] D36885: [cmake] Explicitly link dependency libraries in the Host library

2017-08-21 Thread Michał Górny via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311354: [cmake] Explicitly link dependency libraries in the Host library (authored by mgorny). Changed prior to commit: https://reviews.llvm.org/D36885?vs=111708&id=112016#toc Repository: rL LLVM ht

[Lldb-commits] [PATCH] D36886: [unittests] Build LLVMTestingSupport for out-of-source builds

2017-08-21 Thread Michał Górny via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL311355: [unittests] Build LLVMTestingSupport for out-of-source builds (authored by mgorny). Changed prior to commit: https://reviews.llvm.org/D36886?vs=111710&id=112017#toc Repository: rL LLVM https

[Lldb-commits] [lldb] r311355 - [unittests] Build LLVMTestingSupport for out-of-source builds

2017-08-21 Thread Michal Gorny via lldb-commits
Author: mgorny Date: Mon Aug 21 10:41:39 2017 New Revision: 311355 URL: http://llvm.org/viewvc/llvm-project?rev=311355&view=rev Log: [unittests] Build LLVMTestingSupport for out-of-source builds The Process/gdb-remote test now requires the LLVMTestingSupport library that is not installed by LLVM.

[Lldb-commits] [lldb] r311354 - [cmake] Explicitly link dependency libraries in the Host library

2017-08-21 Thread Michal Gorny via lldb-commits
Author: mgorny Date: Mon Aug 21 10:41:33 2017 New Revision: 311354 URL: http://llvm.org/viewvc/llvm-project?rev=311354&view=rev Log: [cmake] Explicitly link dependency libraries in the Host library Add explicit linkage to the necessary system libraries in the Host library. Otherwise, the library

[Lldb-commits] [PATCH] D36620: Fix crash on parsing gdb remote packets

2017-08-21 Thread Greg Clayton via Phabricator via lldb-commits
clayborg added a comment. We need a test for this to ensure we don't regress. https://reviews.llvm.org/D36620 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits