Re: [Lldb-commits] [PATCH] debugserver: Disable four-char-constants and format-pedantic warnings

2016-10-27 Thread Justin Bogner via lldb-commits
Pavel Labath writes: > On 19 October 2016 at 00:20, Justin Bogner wrote: >> Pavel Labath writes: >>> Thanks for the patch. Could you submit the patch through phabricator >>> and add Greg Clayton as a reviewer. >> >> Maybe later. I don't have time to fight with phabrica

[Lldb-commits] [lldb] r285369 - Check that we got back an object from MakeFunctionCaller

2016-10-27 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Thu Oct 27 18:52:46 2016 New Revision: 285369 URL: http://llvm.org/viewvc/llvm-project?rev=285369&view=rev Log: Check that we got back an object from MakeFunctionCaller before we call through it. Modified: lldb/trunk/source/Plugins/SystemRuntime/MacOSX/AppleGetItem

[Lldb-commits] [lldb] r285361 - Revert "[Test Suite] Pull generateSource into lldbtest"

2016-10-27 Thread Chris Bieneman via lldb-commits
Author: cbieneman Date: Thu Oct 27 18:18:52 2016 New Revision: 285361 URL: http://llvm.org/viewvc/llvm-project?rev=285361&view=rev Log: Revert "[Test Suite] Pull generateSource into lldbtest" This reverts commit r285357. I committed this patch accidentally out of order. Will recommit when the ch

[Lldb-commits] [PATCH] D25887: [Test Suite] Pull generateSource into lldbtest

2016-10-27 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL285357: [Test Suite] Pull generateSource into lldbtest (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D25887?vs=75506&id=76122#toc Repository: rL LLVM https://reviews.llv

[Lldb-commits] [lldb] r285357 - [Test Suite] Pull generateSource into lldbtest

2016-10-27 Thread Chris Bieneman via lldb-commits
Author: cbieneman Date: Thu Oct 27 17:52:32 2016 New Revision: 285357 URL: http://llvm.org/viewvc/llvm-project?rev=285357&view=rev Log: [Test Suite] Pull generateSource into lldbtest Summary: Convert tests using LLDB headers to use generateSource to put the right include paths in place regardles

[Lldb-commits] [PATCH] D25745: [CMake] Rename lldb-launcher to darwin-debug

2016-10-27 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL285356: [CMake] Rename lldb-launcher to darwin-debug (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D25745?vs=75507&id=76121#toc Repository: rL LLVM https://reviews.llvm.

[Lldb-commits] [lldb] r285356 - [CMake] Rename lldb-launcher to darwin-debug

2016-10-27 Thread Chris Bieneman via lldb-commits
Author: cbieneman Date: Thu Oct 27 17:51:41 2016 New Revision: 285356 URL: http://llvm.org/viewvc/llvm-project?rev=285356&view=rev Log: [CMake] Rename lldb-launcher to darwin-debug Summary: This tool is only built on Darwin, and the name darwin-debug matches the Xcode project. We should have thi

[Lldb-commits] [PATCH] D25830: Search for llvm-config in LLDB_PATH_TO_LLVM_BUILD first

2016-10-27 Thread Vivian Kong via lldb-commits
vivkong requested changes to this revision. vivkong added a comment. This is not required anymore and it can be closed. Thanks. Repository: rL LLVM https://reviews.llvm.org/D25830 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://

[Lldb-commits] [PATCH] D25830: Search for llvm-config in LLDB_PATH_TO_LLVM_BUILD first

2016-10-27 Thread Vivian Kong via lldb-commits
vivkong created this revision. vivkong added reviewers: labath, beanz, tfiala. vivkong added subscribers: lldb-commits, tfiala. vivkong set the repository for this revision to rL LLVM. Herald added a subscriber: mgorny. If LLDB_PATH_TO_LLVM_BUILD is present, search for llvm-config there first bef

[Lldb-commits] LLVM buildmaster will be updated and restarted at 3 PM Pacific time today

2016-10-27 Thread Galina Kistanova via lldb-commits
Hello everyone, LLVM buildmaster will be updated and restarted at 3 PM Pacific time today. Thank you for understanding. Thanks Galina ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r285332 - Add support for "type lookup" to find C and C++ types

2016-10-27 Thread Enrico Granata via lldb-commits
Author: enrico Date: Thu Oct 27 13:44:45 2016 New Revision: 285332 URL: http://llvm.org/viewvc/llvm-project?rev=285332&view=rev Log: Add support for "type lookup" to find C and C++ types This is an important first step in closing the functionality gap between "type lookup" and "images lookup -t"