[Lldb-commits] [lldb] r244039 - Bug 24332 - Fix the build of lldb under GNU/Linux when using autotools

2015-08-05 Thread Sylvestre Ledru
Author: sylvestre Date: Wed Aug 5 07:46:53 2015 New Revision: 244039 URL: http://llvm.org/viewvc/llvm-project?rev=244039&view=rev Log: Bug 24332 - Fix the build of lldb under GNU/Linux when using autotools Reviewers: loladiro, jingham, emaste, zturner, brucem Subscribers: tberghammer, danalbert

Re: [Lldb-commits] [Diffusion] rL238467: Refactor test runner to print sub-test-case pass/fail rate.

2015-08-05 Thread Zachary Turner
zturner added a comment. It looks like the problem here is that previously we relied on the individual subprocesses of dotest.py to print their own stdout and stderr. Now dosep gets the stdout and stderr through a pipe, and it doesn't always print the full output of the process. So in some cases

[Lldb-commits] [lldb] r244069 - Flush stderr on dosep status update for Windows.

2015-08-05 Thread Chaoren Lin
Author: chaoren Date: Wed Aug 5 12:36:54 2015 New Revision: 244069 URL: http://llvm.org/viewvc/llvm-project?rev=244069&view=rev Log: Flush stderr on dosep status update for Windows. Modified: lldb/trunk/test/dosep.py Modified: lldb/trunk/test/dosep.py URL: http://llvm.org/viewvc/llvm-proje

[Lldb-commits] [lldb] r244073 - Static Android build doesn't need shared libs.

2015-08-05 Thread Chaoren Lin
Author: chaoren Date: Wed Aug 5 12:42:46 2015 New Revision: 244073 URL: http://llvm.org/viewvc/llvm-project?rev=244073&view=rev Log: Static Android build doesn't need shared libs. Modified: lldb/trunk/cmake/platforms/Android.cmake Modified: lldb/trunk/cmake/platforms/Android.cmake URL: htt

[Lldb-commits] [lldb] r244072 - Allow sysroot and python to be specified for Android build.

2015-08-05 Thread Chaoren Lin
Author: chaoren Date: Wed Aug 5 12:42:44 2015 New Revision: 244072 URL: http://llvm.org/viewvc/llvm-project?rev=244072&view=rev Log: Allow sysroot and python to be specified for Android build. Modified: lldb/trunk/cmake/platforms/Android.cmake Modified: lldb/trunk/cmake/platforms/Android.cm

Re: [Lldb-commits] [lldb] r243091 - Handle old style S packet correctly

2015-08-05 Thread Hans Wennborg
Ping? On Wed, Jul 29, 2015 at 8:56 AM, Hans Wennborg wrote: > Greg, I believe you're the code owner here. OK to merge? > > On Tue, Jul 28, 2015 at 9:05 PM, Bhushan Attarde > wrote: >> Hi Hans, >> >> Could you please add this to the release branch? >> >> Thanks >> Bhushan >> >> -Original Mess

Re: [Lldb-commits] [PATCH] D11574: Add size field to library load event

2015-08-05 Thread Paul Maybee
paulmaybee added a comment. ping Comment at: test/tools/lldb-mi/TestMiLibraryLoaded.py:31 @@ -30,3 +30,3 @@ "=library-loaded,id=\"%s\",target-name=\"%s\",host-name=\"%s\",symbols-loaded=\"1\",symbols-path=\"%s\",loaded_addr=\"-\"" % (path, path, path, symbols_

Re: [Lldb-commits] [PATCH] D10216: Initial diff for FreeBSD kernel debugging support

2015-08-05 Thread Davide Italiano
davide added a comment. I honestly feel bad because this sit there for a long time without anybody reviewing it. I tried but after some time looking at it I realized I'm not the right person to review. I cc:ed clayborg -- maybe he can take a look at this. http://reviews.llvm.org/D10216

[Lldb-commits] [lldb] r244194 - Update lldb's ExternalASTSources to match Clang r244161.

2015-08-05 Thread Richard Smith
Author: rsmith Date: Thu Aug 6 00:13:41 2015 New Revision: 244194 URL: http://llvm.org/viewvc/llvm-project?rev=244194&view=rev Log: Update lldb's ExternalASTSources to match Clang r244161. Modified: lldb/trunk/include/lldb/Expression/ClangASTSource.h lldb/trunk/include/lldb/Symbol/ClangE