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)
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
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
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
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
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
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
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
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
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
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
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
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.
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:
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
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
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
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
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
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
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/
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
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
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
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
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/
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
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
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
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-
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
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
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
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
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
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
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
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
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
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
40 matches
Mail list logo