Re: [Lldb-commits] [PATCH] D16615: Refactor some of the skip / xfail decorators to reuse more code.

2016-01-26 Thread Zachary Turner via lldb-commits
zturner updated this revision to Diff 46086. zturner added a comment. Add back the check for `six.callable`. Also added a detailed comment explaining what this atrocity actually does. Note that this problem will go away by design once we reduce some of the more superfluous decorators. http:/

[Lldb-commits] [PATCH] D16615: Refactor some of the skip / xfail decorators to reuse more code.

2016-01-26 Thread Zachary Turner via lldb-commits
zturner created this revision. zturner added reviewers: tfiala, labath. zturner added a subscriber: lldb-commits. Herald added subscribers: srhines, danalbert, tberghammer. This is going to be part of a larger effort to clean up some of these decorators as the code is getting really unwieldy and

[Lldb-commits] Buildbot numbers for week of 1/17/2016 - 1/23/2016

2016-01-26 Thread Galina Kistanova via lldb-commits
Hello everyone, Below are some buildbot numbers for the last week of 1/17/2016 - 1/23/2016. Thanks Galina Number of commits by project: project | commits ---+--- llvm | 315 cfe |86

Re: [Lldb-commits] [lldb] r257926 - Implement missing GoASTContext methods

2016-01-26 Thread Hans Wennborg via lldb-commits
Greg: Ping? On Tue, Jan 19, 2016 at 1:12 PM, Hans Wennborg wrote: > Sure. Greg, are you the code owner for this, or is there a specific > owner for Go? > > Thanks, > Hans > > On Fri, Jan 15, 2016 at 11:43 AM, Ryan Brown via lldb-commits > wrote: >> It would be nice if we could get this into 3.8

Re: [Lldb-commits] [PATCH] D16284: Fix Makefile build

2016-01-26 Thread Hans Wennborg via lldb-commits
hans added a comment. Did this ever get committed? http://reviews.llvm.org/D16284 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [lldb] r258546 - Silence -Wreturn-type warnings

2016-01-26 Thread Saleem Abdulrasool via lldb-commits
On Sat, Jan 23, 2016 at 3:24 PM, Joerg Sonnenberger wrote: > On Fri, Jan 22, 2016 at 08:26:30PM -, Saleem Abdulrasool via > lldb-commits wrote: > > Author: compnerd > > Date: Fri Jan 22 14:26:30 2016 > > New Revision: 258546 > > > > URL: http://llvm.org/viewvc/llvm-project?rev=258546&view=rev

[Lldb-commits] [lldb] r258821 - Revert r258546.

2016-01-26 Thread Saleem Abdulrasool via lldb-commits
Author: compnerd Date: Tue Jan 26 11:43:48 2016 New Revision: 258821 URL: http://llvm.org/viewvc/llvm-project?rev=258821&view=rev Log: Revert r258546. Seems that the patch was rebased on top of another change which obsoleted the change but wasnt caught. Thanks to nbjoerg for pointing this out!

[Lldb-commits] [lldb] r258819 - Update for LLVM change

2016-01-26 Thread Benjamin Kramer via lldb-commits
Author: d0k Date: Tue Jan 26 10:45:00 2016 New Revision: 258819 URL: http://llvm.org/viewvc/llvm-project?rev=258819&view=rev Log: Update for LLVM change Modified: lldb/trunk/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp lldb/trunk/source/Plugins/Instruction/MIPS/EmulateInstructio

Re: [Lldb-commits] [PATCH] D16293: [cmake] Make dependencies of lldb libraries private

2016-01-26 Thread Zachary Turner via lldb-commits
zturner added a comment. Sorry for the delay, lgtm http://reviews.llvm.org/D16293 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D16293: [cmake] Make dependencies of lldb libraries private

2016-01-26 Thread Zachary Turner via lldb-commits
Sorry for the delay, lgtm On Tue, Jan 26, 2016 at 1:59 AM Pavel Labath wrote: > labath added a comment. > > Ping? > > > http://reviews.llvm.org/D16293 > > > > ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailm

[Lldb-commits] [lldb] r258800 - [RenderScript] Provide option to specify a single allocation to print

2016-01-26 Thread Ewan Crawford via lldb-commits
Author: ewancrawford Date: Tue Jan 26 04:41:08 2016 New Revision: 258800 URL: http://llvm.org/viewvc/llvm-project?rev=258800&view=rev Log: [RenderScript] Provide option to specify a single allocation to print Patch replaces the 'renderscript allocation list' command flag --refresh, with a new op

Re: [Lldb-commits] [PATCH] D16293: [cmake] Make dependencies of lldb libraries private

2016-01-26 Thread Pavel Labath via lldb-commits
labath added a comment. Ping? http://reviews.llvm.org/D16293 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D16508: NetBSD: Define initial RegisterContextNetBSD_x86_64

2016-01-26 Thread Kamil Rytarowski via lldb-commits
krytarowski added a comment. Thank you @clayborg for your notes. I'm planning to submit new version in the coming days. Repository: rL LLVM http://reviews.llvm.org/D16508 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llv