Re: [Lldb-commits] [PATCH] D24284: [lldb] Read modules from memory when a local copy is not available

2016-10-05 Thread Zachary Turner via lldb-commits
That's strange. Are you synced to tip of trunk on clang, llvm, and lldb? Can you paste the output of "ninja -nv check-lldb" and the summary results of "ninja check-lldb"? On Wed, Oct 5, 2016 at 10:11 AM walter erquinigo wrote: > wallace added a comment. > > I've run the tests and it's the same w

[Lldb-commits] [lldb] r283414 - Fix build error on Android again.

2016-10-05 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Oct 5 18:51:13 2016 New Revision: 283414 URL: http://llvm.org/viewvc/llvm-project?rev=283414&view=rev Log: Fix build error on Android again. This one was my fault since I can't compile Android. Modified: lldb/trunk/source/Host/linux/ProcessLauncherLinux.cpp Modifi

[Lldb-commits] [lldb] r283413 - Convert some Args index-based iteration to range-style iteration.

2016-10-05 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Oct 5 18:40:23 2016 New Revision: 283413 URL: http://llvm.org/viewvc/llvm-project?rev=283413&view=rev Log: Convert some Args index-based iteration to range-style iteration. This is better for a number of reasons. Mostly style, but also: 1) Signed-unsigned comparison w

Re: [Lldb-commits] Buildbot numbers for the week of 9/25/2016 - 10/1/2016

2016-10-05 Thread Aaron Ballman via lldb-commits
On Wed, Oct 5, 2016 at 7:40 PM, Galina Kistanova via cfe-commits wrote: > Hello everyone, > > Below are some buildbot numbers for the last week of 9/25/2016 - 10/1/2016. > > Please see the same data in attached csv files: Can we please fix the clang-tools-sphinx-docs builder or take it offline en

[Lldb-commits] Buildbot numbers for the week of 9/25/2016 - 10/1/2016

2016-10-05 Thread Galina Kistanova via lldb-commits
Hello everyone, Below are some buildbot numbers for the last week of 9/25/2016 - 10/1/2016. Please see the same data in attached csv files: The longest time each builder was red during the last week; "Status change ratio" by active builder (percent of builds that changed the builder status from

[Lldb-commits] [lldb] r283404 - Add i386/x86_64 tests of the eh_frame augmentation code in the x86

2016-10-05 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Oct 5 17:37:01 2016 New Revision: 283404 URL: http://llvm.org/viewvc/llvm-project?rev=283404&view=rev Log: Add i386/x86_64 tests of the eh_frame augmentation code in the x86 insturction profiling. Add a test that verifies that we reject a 32-bit only instruction in 64-

[Lldb-commits] [lldb] r283396 - Fixes for libc++ std::unordered_map data formatter against trunk

2016-10-05 Thread Enrico Granata via lldb-commits
Author: enrico Date: Wed Oct 5 17:04:43 2016 New Revision: 283396 URL: http://llvm.org/viewvc/llvm-project?rev=283396&view=rev Log: Fixes for libc++ std::unordered_map data formatter against trunk Fixes rdar://28237467 Modified: lldb/trunk/source/Plugins/Language/CPlusPlus/LibCxxUnorderedM

[Lldb-commits] [lldb] r283386 - Convert some more aliasing and CI functions to StringRef.

2016-10-05 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Oct 5 16:14:56 2016 New Revision: 283386 URL: http://llvm.org/viewvc/llvm-project?rev=283386&view=rev Log: Convert some more aliasing and CI functions to StringRef. Modified: lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h lldb/trunk/source/API/SBComman

[Lldb-commits] [lldb] r283385 - Update some command aliasing functions to use StringRef.

2016-10-05 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Oct 5 16:14:49 2016 New Revision: 283385 URL: http://llvm.org/viewvc/llvm-project?rev=283385&view=rev Log: Update some command aliasing functions to use StringRef. Modified: lldb/trunk/include/lldb/Interpreter/CommandAlias.h lldb/trunk/include/lldb/Interpreter/C

[Lldb-commits] [lldb] r283384 - Convert CommandObject constructors to StringRef.

2016-10-05 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Oct 5 16:14:38 2016 New Revision: 283384 URL: http://llvm.org/viewvc/llvm-project?rev=283384&view=rev Log: Convert CommandObject constructors to StringRef. Modified: lldb/trunk/include/lldb/Core/Stream.h lldb/trunk/include/lldb/Interpreter/Args.h lldb/trunk/

[Lldb-commits] [lldb] r283380 - Fixup the xfail situation on Windows.

2016-10-05 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Oct 5 15:47:17 2016 New Revision: 283380 URL: http://llvm.org/viewvc/llvm-project?rev=283380&view=rev Log: Fixup the xfail situation on Windows. Xfails added and/or removed to reflect the current state of Windows. Modified: lldb/trunk/packages/Python/lldbsuite/tes

[Lldb-commits] [lldb] r283370 - Convert various CommandInterpreter functions to StringRef.

2016-10-05 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Oct 5 15:03:37 2016 New Revision: 283370 URL: http://llvm.org/viewvc/llvm-project?rev=283370&view=rev Log: Convert various CommandInterpreter functions to StringRef. Modified: lldb/trunk/include/lldb/Interpreter/Args.h lldb/trunk/include/lldb/Interpreter/Command

Re: [Lldb-commits] [lldb] r283351 - Try to fix Android build.

2016-10-05 Thread Pavel Labath via lldb-commits
I don't know if that's the problem here, but part of the problem comes from the fact that android uses it's own standard c library, which does some things slightly differently. Also, the c++ library is somewhat customized. On 5 October 2016 at 11:18, Tamas Berghammer via lldb-commits < lldb-commit

[Lldb-commits] [lldb] r283362 - Add the ability to set breakpoints on named RenderScript reductions

2016-10-05 Thread Luke Drummond via lldb-commits
Author: ldrumm Date: Wed Oct 5 14:10:47 2016 New Revision: 283362 URL: http://llvm.org/viewvc/llvm-project?rev=283362&view=rev Log: Add the ability to set breakpoints on named RenderScript reductions - Add new `lldb_private::lldb_renderscript::RSReduceBreakpointResolver` class that can set break

[Lldb-commits] [lldb] r283358 - Fix some test failures due to the recent Breakpoint patch.

2016-10-05 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Oct 5 13:40:51 2016 New Revision: 283358 URL: http://llvm.org/viewvc/llvm-project?rev=283358&view=rev Log: Fix some test failures due to the recent Breakpoint patch. Modified: lldb/trunk/source/Breakpoint/BreakpointIDList.cpp Modified: lldb/trunk/source/Breakpoint/

[Lldb-commits] [lldb] r283352 - Removing the new Minidump plugin

2016-10-05 Thread Dimitar Vlahovski via lldb-commits
Author: dvlahovski Date: Wed Oct 5 13:11:45 2016 New Revision: 283352 URL: http://llvm.org/viewvc/llvm-project?rev=283352&view=rev Log: Removing the new Minidump plugin Tests are failing and build is failing on windows and darwin. Will fix and commit it later

Re: [Lldb-commits] [lldb] r283351 - Try to fix Android build.

2016-10-05 Thread Tamas Berghammer via lldb-commits
It is using "gcc version 4.9 20150123 (prerelease) (GCC)" On Wed, Oct 5, 2016 at 11:12 AM Zachary Turner via lldb-commits < lldb-commits@lists.llvm.org> wrote: > I don't know for sure, but I'm guessing it's using GCC, and perhaps even > an old one at that. > > On Wed, Oct 5, 2016 at 11:10 AM Enri

Re: [Lldb-commits] [lldb] r283351 - Try to fix Android build.

2016-10-05 Thread Zachary Turner via lldb-commits
I don't know for sure, but I'm guessing it's using GCC, and perhaps even an old one at that. On Wed, Oct 5, 2016 at 11:10 AM Enrico Granata wrote: > Alright, I'll bite and ask... > > What is so special about the Android bot? Every so often, I'll see it > reject a piece of syntax that other compi

Re: [Lldb-commits] [lldb] r283351 - Try to fix Android build.

2016-10-05 Thread Enrico Granata via lldb-commits
Alright, I'll bite and ask... What is so special about the Android bot? Every so often, I'll see it reject a piece of syntax that other compilers gleefully handle > On Oct 5, 2016, at 10:58 AM, Zachary Turner via lldb-commits > wrote: > > Author: zturner > Date: Wed Oct 5 12:58:46 2016 > New

[Lldb-commits] [lldb] r283351 - Try to fix Android build.

2016-10-05 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Oct 5 12:58:46 2016 New Revision: 283351 URL: http://llvm.org/viewvc/llvm-project?rev=283351&view=rev Log: Try to fix Android build. Seems it doesn't like the implicit conversion from StringRef[] to ArrayRef. Modified: lldb/trunk/source/Breakpoint/BreakpointID.cpp

Re: [Lldb-commits] [PATCH] D25158: Convert some Breakpoint to StringRef

2016-10-05 Thread Zachary Turner via lldb-commits
It looks like there was a problem with this after all. Are your OSX buildbots failing? I only got notification from Linux buildbots. I'm pretty sure everything passes, but I'm going to test again real quick to confirm. On Wed, Oct 5, 2016 at 10:17 AM Zachary Turner wrote: > This revision was

[Lldb-commits] [PATCH] D25158: Convert some Breakpoint to StringRef

2016-10-05 Thread Zachary Turner via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL283345: Convert some breakpoint code to use StringRef. (authored by zturner). Changed prior to commit: https://reviews.llvm.org/D25158?vs=73554&id=73667#toc Repository: rL LLVM https://reviews.llvm.

[Lldb-commits] [PATCH] D25247: Make LLDB -Werror clean under clang

2016-10-05 Thread Zachary Turner via lldb-commits
This revision was automatically updated to reflect the committed changes. zturner marked an inline comment as done. Closed by commit rL283344: Make lldb -Werror clean on Windows. (authored by zturner). Changed prior to commit: https://reviews.llvm.org/D25247?vs=73515&id=73666#toc Repository:

[Lldb-commits] [lldb] r283345 - Convert some breakpoint code to use StringRef.

2016-10-05 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Oct 5 12:07:47 2016 New Revision: 283345 URL: http://llvm.org/viewvc/llvm-project?rev=283345&view=rev Log: Convert some breakpoint code to use StringRef. Differential revision: https://reviews.llvm.org/D25158 Modified: lldb/trunk/include/lldb/Breakpoint/BreakpointI

[Lldb-commits] [lldb] r283344 - Make lldb -Werror clean on Windows.

2016-10-05 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Oct 5 12:07:34 2016 New Revision: 283344 URL: http://llvm.org/viewvc/llvm-project?rev=283344&view=rev Log: Make lldb -Werror clean on Windows. Differential Revision: https://reviews.llvm.org/D25247 Modified: lldb/trunk/include/lldb/Host/windows/HostProcessWindows.h

[Lldb-commits] [PATCH] D25246: Disable warnings in LLDBWrapPython.cpp when LLVM_ENABLE_WERROR is used

2016-10-05 Thread Zachary Turner via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL283343: Disable warnings in LLDBWrapPython.cpp with -Werror. (authored by zturner). Changed prior to commit: https://reviews.llvm.org/D25246?vs=73510&id=73665#toc Repository: rL LLVM https://reviews

[Lldb-commits] [lldb] r283343 - Disable warnings in LLDBWrapPython.cpp with -Werror.

2016-10-05 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Oct 5 12:07:16 2016 New Revision: 283343 URL: http://llvm.org/viewvc/llvm-project?rev=283343&view=rev Log: Disable warnings in LLDBWrapPython.cpp with -Werror. When -Werror is used, we don't have control over the generated code from SWIG, and it often has warnings. Jus

[Lldb-commits] [PATCH] D24284: [lldb] Read modules from memory when a local copy is not available

2016-10-05 Thread walter erquinigo via lldb-commits
wallace added a comment. I've run the tests and it's the same with and without this diff :) https://reviews.llvm.org/D24284 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D25246: Disable warnings in LLDBWrapPython.cpp when LLVM_ENABLE_WERROR is used

2016-10-05 Thread Zachary Turner via lldb-commits
Just fyi, I'm planning to submit as-is for now. We can treat disabling specific warnings all the time orthogonally, since we would need to discuss what warnings specifically etc. In any case, in a Werror build turning everything off seems the most prudent. On Tue, Oct 4, 2016 at 1:20 PM Zachary

[Lldb-commits] [lldb] r283335 - [RenderScript] reflow/reword some comments and normalize names

2016-10-05 Thread Luke Drummond via lldb-commits
Author: ldrumm Date: Wed Oct 5 11:27:48 2016 New Revision: 283335 URL: http://llvm.org/viewvc/llvm-project?rev=283335&view=rev Log: [RenderScript] reflow/reword some comments and normalize names Pay more attention to comment alignement (Since _The Great Reformat_ (a015ff50) comments are no longe

Re: [Lldb-commits] [lldb] r283324 - xfailing minidump tests again ... :(

2016-10-05 Thread Pavel Labath via lldb-commits
Agreed (don't forget the xcode changes too). Also, the binaries you've checked in trying to fix this are quite big (and now part of history forever). I think we'll have to come up with a different way to test this. BTW, the reason why tests are failing on the buildbot is most likely because the pa

Re: [Lldb-commits] [lldb] r283324 - xfailing minidump tests again ... :(

2016-10-05 Thread Dimitar Vlahovski via lldb-commits
The tests are failing because, as I did not realize, there is no way for lldb (apart from the one on my machine) to find the debug symbols. So the only thing that lldb has are the Minidump files. And I think the unwinder gets confused because some of the frames are missing. For a temporary solutio

Re: [Lldb-commits] [lldb] r283324 - xfailing minidump tests again ... :(

2016-10-05 Thread Zachary Turner via lldb-commits
If all the tests are being xfailed you should probably just revert the original patch until the tests are fixed On Wed, Oct 5, 2016 at 8:09 AM Dimitar Vlahovski via lldb-commits < lldb-commits@lists.llvm.org> wrote: > Author: dvlahovski > Date: Wed Oct 5 10:00:29 2016 > New Revision: 283324 > > U

[Lldb-commits] [lldb] r283324 - xfailing minidump tests again ... :(

2016-10-05 Thread Dimitar Vlahovski via lldb-commits
Author: dvlahovski Date: Wed Oct 5 10:00:29 2016 New Revision: 283324 URL: http://llvm.org/viewvc/llvm-project?rev=283324&view=rev Log: xfailing minidump tests again ... :( Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/TestMiniDumpNew.py Modifi

[Lldb-commits] [lldb] r283321 - Fixing new Minidump plugin tests

2016-10-05 Thread Dimitar Vlahovski via lldb-commits
Author: dvlahovski Date: Wed Oct 5 09:35:30 2016 New Revision: 283321 URL: http://llvm.org/viewvc/llvm-project?rev=283321&view=rev Log: Fixing new Minidump plugin tests Added: lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/minidump-new/linux-x86_64 (with props)

[Lldb-commits] [lldb] r283320 - cleanup RSCoordinate handling and factor out coordinate parser

2016-10-05 Thread Luke Drummond via lldb-commits
Author: ldrumm Date: Wed Oct 5 09:34:52 2016 New Revision: 283320 URL: http://llvm.org/viewvc/llvm-project?rev=283320&view=rev Log: cleanup RSCoordinate handling and factor out coordinate parser - This change updates the signature of `RenderScriptRuntime::PlaceBreakpointOnKernel` to take a defau

[Lldb-commits] [PATCH] D24793: Delete an (apparently unused) global in ClangExpressionVaraible.cpp

2016-10-05 Thread Luke Drummond via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL283313: Delete unused global in ClangExpressionVariable.cpp (authored by ldrumm). Changed prior to commit: https://reviews.llvm.org/D24793?vs=72021&id=73636#toc Repository: rL LLVM https://reviews.l

[Lldb-commits] [lldb] r283313 - Delete unused global in ClangExpressionVariable.cpp

2016-10-05 Thread Luke Drummond via lldb-commits
Author: ldrumm Date: Wed Oct 5 07:40:49 2016 New Revision: 283313 URL: http://llvm.org/viewvc/llvm-project?rev=283313&view=rev Log: Delete unused global in ClangExpressionVariable.cpp Differential Revision: https://reviews.llvm.org/D24793 Modified: lldb/trunk/source/Plugins/ExpressionParse

Re: [Lldb-commits] [lldb] r283276 - Add the new minidump files to the Xcode project.

2016-10-05 Thread Dimitar Vlahovski via lldb-commits
Thanks :) On Wed, Oct 5, 2016 at 1:07 AM, Jim Ingham via lldb-commits < lldb-commits@lists.llvm.org> wrote: > Author: jingham > Date: Tue Oct 4 19:07:01 2016 > New Revision: 283276 > > URL: http://llvm.org/viewvc/llvm-project?rev=283276&view=rev > Log: > Add the new minidump files to the Xcode p

[Lldb-commits] [PATCH] D25179: [lldb] Improve identification of Linux core dumps. Fix for bug #30485.

2016-10-05 Thread Howard Hellyer via lldb-commits
hhellyer added a comment. The change seems unlikely to pick up many false positives and core dumps from the type of system described in the bug are only going to get more common. https://reviews.llvm.org/D25179 ___ lldb-commits mailing list lldb-co