[Lldb-commits] [lldb] r274488 - Fix ClangASTContext after some clang API changes

2016-07-04 Thread Tamas Berghammer via lldb-commits
Author: tberghammer Date: Mon Jul 4 04:11:08 2016 New Revision: 274488 URL: http://llvm.org/viewvc/llvm-project?rev=274488&view=rev Log: Fix ClangASTContext after some clang API changes Modified: lldb/trunk/source/Symbol/ClangASTContext.cpp Modified: lldb/trunk/source/Symbol/ClangASTContext

[Lldb-commits] [lldb] r274489 - Fix the libc++ pretty printers for the android NDK

2016-07-04 Thread Tamas Berghammer via lldb-commits
Author: tberghammer Date: Mon Jul 4 04:13:10 2016 New Revision: 274489 URL: http://llvm.org/viewvc/llvm-project?rev=274489&view=rev Log: Fix the libc++ pretty printers for the android NDK The libc++ shipped with the android NDK is shipped using a different internal namespace then the upstream li

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

2016-07-04 Thread Tamas Berghammer via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274489: Fix the libc++ pretty printers for the android NDK (authored by tberghammer). Changed prior to commit: http://reviews.llvm.org/D21680?vs=61770&id=62655#toc Repository: rL LLVM http://reviews

[Lldb-commits] [lldb] r274490 - Join TestTlsGlobal tests again and use the proper decorator

2016-07-04 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon Jul 4 04:27:53 2016 New Revision: 274490 URL: http://llvm.org/viewvc/llvm-project?rev=274490&view=rev Log: Join TestTlsGlobal tests again and use the proper decorator Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/c/tls_globals/TestTlsGlobals.py Modified:

Re: [Lldb-commits] [PATCH] D21898: Enable test log collection from remote debug servers (take 2)

2016-07-04 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274491: Enable test log collection from remote debug servers (take 2) (authored by labath). Changed prior to commit: http://reviews.llvm.org/D21898?vs=62369&id=62658#toc Repository: rL LLVM http://r

[Lldb-commits] [lldb] r274491 - Enable test log collection from remote debug servers (take 2)

2016-07-04 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon Jul 4 04:59:45 2016 New Revision: 274491 URL: http://llvm.org/viewvc/llvm-project?rev=274491&view=rev Log: Enable test log collection from remote debug servers (take 2) Summary: This is a slightly reworked version of D16322, which I had reverted because it did not do wh

[Lldb-commits] [lldb] r274499 - Remove SIGPIPE handler in LLGS

2016-07-04 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon Jul 4 08:07:35 2016 New Revision: 274499 URL: http://llvm.org/viewvc/llvm-project?rev=274499&view=rev Log: Remove SIGPIPE handler in LLGS It is sufficient to set the handeler to SIG_IGN, to get the desired behaviour. Also, the handler calling a lot of signal-unsafe func

Re: [Lldb-commits] [PATCH] D21751: Implement GetMemoryRegions() for Linux and Mac OSX core files.

2016-07-04 Thread Howard Hellyer via lldb-commits
hhellyer updated this revision to Diff 62675. hhellyer added a comment. I’ve added a test in TestLinuxCore.py. It found a bug which the change in RangeMap.h resolves. It fills in the implementation of Process::GetMemoryRegions() and makes minor changes to support the mapped attribute in MemoryR

[Lldb-commits] [lldb] r274500 - Ignore oatdata and oatexec symbols more widely

2016-07-04 Thread Tamas Berghammer via lldb-commits
Author: tberghammer Date: Mon Jul 4 08:31:57 2016 New Revision: 274500 URL: http://llvm.org/viewvc/llvm-project?rev=274500&view=rev Log: Ignore oatdata and oatexec symbols more widely These are artifical symbols inside android oat files without any value for the user while causing a significant

[Lldb-commits] [lldb] r274505 - Split TestTemplateIntegerArgs test into two

2016-07-04 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon Jul 4 08:49:46 2016 New Revision: 274505 URL: http://llvm.org/viewvc/llvm-project?rev=274505&view=rev Log: Split TestTemplateIntegerArgs test into two Summary: One of the tests there does not work with gcc, so I'm spinning that off into a separate test, so that we can X

Re: [Lldb-commits] [PATCH] D21923: Split TestTemplateIntegerArgs test into two

2016-07-04 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274505: Split TestTemplateIntegerArgs test into two (authored by labath). Changed prior to commit: http://reviews.llvm.org/D21923?vs=62478&id=62681#toc Repository: rL LLVM http://reviews.llvm.org/D2

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

2016-07-04 Thread Nitesh Jain via lldb-commits
nitesh.jain added a comment. In http://reviews.llvm.org/D20464#472733, @Eugene.Zelenko wrote: > I run CMake with --trace and is mentioned only in condition added there. I have attach log of CMake with --trace. F2135359: log Repository: rL LLVM http://rev

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

2016-07-04 Thread Eugene Zelenko via lldb-commits
Eugene.Zelenko added a comment. As fas as I could judge from log, you built LLDB with LLVM/Clang. But problem happens when it's necessary to build LLDB separately from LLVM/Clang (standalone build). Repository: rL LLVM http://reviews.llvm.org/D20464 __