[Lldb-commits] [lldb] r273750 - Made templates that have Enumeration values as arguments work correctly.

2016-06-24 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Fri Jun 24 18:48:00 2016 New Revision: 273750 URL: http://llvm.org/viewvc/llvm-project?rev=273750&view=rev Log: Made templates that have Enumeration values as arguments work correctly. We were checking for integer types only before this. So I added the ability for Compiler

[Lldb-commits] [lldb] r273749 - Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook up the new calls in SBProcess that give out SBMemoryRegionInfo and SBMemoryRegionInfoList o

2016-06-24 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Fri Jun 24 18:40:35 2016 New Revision: 273749 URL: http://llvm.org/viewvc/llvm-project?rev=273749&view=rev Log: Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook up the new calls in SBProcess that give out SBMemoryRegionInfo and SBMemoryRegionInf

Re: [Lldb-commits] [PATCH] D21648: Don't run TestImageListMultiArchitecture during remote test suite

2016-06-24 Thread Francis Ricci via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL273720: Don't run TestImageListMultiArchitecture during remote test suite (authored by fjricci). Changed prior to commit: http://reviews.llvm.org/D21648?vs=61803&id=61831#toc Repository: rL LLVM htt

[Lldb-commits] [lldb] r273721 - The Objective-C Class type should not be treated as a potential dynamic type, since it actually doesn't resolve to the type of the class it points to

2016-06-24 Thread Enrico Granata via lldb-commits
Author: enrico Date: Fri Jun 24 15:45:08 2016 New Revision: 273721 URL: http://llvm.org/viewvc/llvm-project?rev=273721&view=rev Log: The Objective-C Class type should not be treated as a potential dynamic type, since it actually doesn't resolve to the type of the class it points to Fixes rdar://

[Lldb-commits] [lldb] r273720 - Don't run TestImageListMultiArchitecture during remote test suite

2016-06-24 Thread Francis Ricci via lldb-commits
Author: fjricci Date: Fri Jun 24 15:44:23 2016 New Revision: 273720 URL: http://llvm.org/viewvc/llvm-project?rev=273720&view=rev Log: Don't run TestImageListMultiArchitecture during remote test suite Reviewers: zturner, clayborg, tfiala Subscribers: sas, lldb-commits Differential Revision: http

[Lldb-commits] [lldb] r273718 - Added a test case for bitfield ivars. It currently fails.

2016-06-24 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Fri Jun 24 15:41:18 2016 New Revision: 273718 URL: http://llvm.org/viewvc/llvm-project?rev=273718&view=rev Log: Added a test case for bitfield ivars. It currently fails. Added: lldb/trunk/packages/Python/lldbsuite/test/lang/objc/bitfield_ivars/ lldb/trunk/packages

Re: [Lldb-commits] LLVM buildmaster is not working currently

2016-06-24 Thread Galina Kistanova via lldb-commits
Hello, Master was down per hardware issues. Back to work now. Thanks Galina On Fri, Jun 24, 2016 at 10:35 AM, Galina Kistanova wrote: > Hello everyone, > > LLVM buildmaster is not working currently for not clear reason. > I try to restore it ASAP. > > Builders owners could use our public sile

Re: [Lldb-commits] [PATCH] D21680: Fix the libc++ pretty printers for the android NDK

2016-06-24 Thread Oleksiy Vyalov via lldb-commits
ovyalov accepted this revision. ovyalov added a comment. LGTM http://reviews.llvm.org/D21680 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r273695 - Fix an issue where LLDB would show the key and value of a single entry NSDictionary in the wrong order

2016-06-24 Thread Enrico Granata via lldb-commits
Author: enrico Date: Fri Jun 24 12:48:01 2016 New Revision: 273695 URL: http://llvm.org/viewvc/llvm-project?rev=273695&view=rev Log: Fix an issue where LLDB would show the key and value of a single entry NSDictionary in the wrong order Fixes rdar://26478641 Added: lldb/trunk/packages/Pytho

[Lldb-commits] LLVM buildmaster is not working currently

2016-06-24 Thread Galina Kistanova via lldb-commits
Hello everyone, LLVM buildmaster is not working currently for not clear reason. I try to restore it ASAP. Builders owners could use our public silent master as temporally solution. Silent buildbot is currently copy of llvm buildbot, but does not sent any notifications. The both have the same set

Re: [Lldb-commits] [PATCH] D21648: Don't run TestImageListMultiArchitecture during remote test suite

2016-06-24 Thread Greg Clayton via lldb-commits
clayborg added a comment. Looks good. http://reviews.llvm.org/D21648 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D21680: Fix the libc++ pretty printers for the android NDK

2016-06-24 Thread Enrico Granata via lldb-commits
granata.enrico accepted this revision. granata.enrico added a comment. This revision is now accepted and ready to land. LGTM http://reviews.llvm.org/D21680 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailm

Re: [Lldb-commits] [PATCH] D21648: Don't run TestImageListMultiArchitecture during remote test suite

2016-06-24 Thread Todd Fiala via lldb-commits
tfiala accepted this revision. tfiala added a comment. Thanks, looks good! http://reviews.llvm.org/D21648 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D21648: Make sure to reset to correct platform after TestImageListMultiArchitecture

2016-06-24 Thread Francis Ricci via lldb-commits
fjricci updated this revision to Diff 61803. fjricci added a comment. This revision is now accepted and ready to land. Skip test on remote platforms http://reviews.llvm.org/D21648 Files: packages/Python/lldbsuite/test/functionalities/object-file/TestImageListMultiArchitecture.py Index: pac

Re: [Lldb-commits] [PATCH] D20464: [LLDB][MIPS] Check if libatomic needs to be specified explicitly.

2016-06-24 Thread Pavel Labath via lldb-commits
labath requested changes to this revision. labath added a comment. This revision now requires changes to proceed. In general, the idea sounds reasonable. I think you should be able to achieve the same effect by adding the library to LLDB_SYSTEM_LIBS in LLDBDependencies.cmake. This should be a mu

[Lldb-commits] [PATCH] D21680: Fix the libc++ pretty printers for the android NDK

2016-06-24 Thread Tamas Berghammer via lldb-commits
tberghammer created this revision. tberghammer added reviewers: clayborg, granata.enrico, ovyalov. tberghammer added a subscriber: lldb-commits. Herald added subscribers: danalbert, tberghammer. Fix the libc++ pretty printers for the android NDK The libc++ shipped with the android NDK is shipped