Author: jingham
Date: Mon May 9 20:52:44 2016
New Revision: 269004
URL: http://llvm.org/viewvc/llvm-project?rev=269004&view=rev
Log:
Add a testcase for "BreakpointSetBySourceRegex"
This tests both that we set the breakpoint on the right line, and that
restricting by file
and/or the function, w
Hello everyone,
In the nearest time I am going to take few builders off line one by one for
short time for upgrades.
Thank you for understanding.
Thanks
Galina
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mail
Author: spyffe
Date: Mon May 9 16:14:18 2016
New Revision: 268971
URL: http://llvm.org/viewvc/llvm-project?rev=268971&view=rev
Log:
Added a testcase that verifies that multiline expressions work.
Added:
lldb/trunk/packages/Python/lldbsuite/test/expression_command/multiline/
lldb/trunk/p
Author: spyffe
Date: Mon May 9 16:13:27 2016
New Revision: 268970
URL: http://llvm.org/viewvc/llvm-project?rev=268970&view=rev
Log:
Fixed multiline expressions, and removed some dead code.
IOHandlerLinesUpdated() does nothing, and IOHandlerIsInputComplete should be
implemented but isn't. This m
cameron314 added a comment.
Excellent, thank you!
http://reviews.llvm.org/D19124
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Hello everyone,
Below are some buildbot numbers for the last week of 5/01/2016 - 5/07/2016.
Thanks
Galina
"Status change ratio" by active builder (percent of builds that changed the
builder status from greed to red or from red to green):
buildername
Hello everyone,
Below are some buildbot numbers for week of 4/24/2016 - 4/30/2016.
Thanks
Galina
"Status change ratio" by active builder (percent of builds that changed the
builder status from greed to red or from red to green):
buildername| bu
spyffe accepted this revision.
spyffe added a comment.
This revision is now accepted and ready to land.
This patch is fine. I especially appreciate the time you took making the
IRInterpreter properly testable. I will use this myself.
Comment at: source/Commands/CommandObjectE
spyffe added a subscriber: spyffe.
spyffe added a comment.
Ah… you know me too well.
Looking at this now.
http://reviews.llvm.org/D19124
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-co
Author: labath
Date: Mon May 9 11:59:29 2016
New Revision: 268934
URL: http://llvm.org/viewvc/llvm-project?rev=268934&view=rev
Log:
Mark TestPrintStackTraces as flaky on linux
PR27687
Modified:
lldb/trunk/packages/Python/lldbsuite/test/python_api/lldbutil/process/TestPrintStackTraces.py
M
Author: labath
Date: Mon May 9 09:43:22 2016
New Revision: 268923
URL: http://llvm.org/viewvc/llvm-project?rev=268923&view=rev
Log:
Enable NamespaceLookupTestCase.test_scope_lookup_before_using_with_run_command
on linux
test appears to be passing now.
Modified:
lldb/trunk/packages/Python/
cameron314 added a comment.
@spyffe, do you have time to look at this sometime this week? It's a very
simple patch (the test code took longer to write than the patch itself). Thanks!
http://reviews.llvm.org/D19124
___
lldb-commits mailing list
lldb
labath created this revision.
labath added a reviewer: clayborg.
labath added a subscriber: lldb-commits.
TestExitDuringStep was very rarely hanging on the buildbots. I can't be sure,
but I believe this
was because of the fact that it declared its pseudo_barrier variable as
"volatile int", which
Zach, I have put this in to unblock the builds with assertions
enabled, please fix it up if you want to handle this differently.
pl
On 9 May 2016 at 12:07, Pavel Labath via lldb-commits
wrote:
> Author: labath
> Date: Mon May 9 06:07:43 2016
> New Revision: 268906
>
> URL: http://llvm.org/viewv
Author: labath
Date: Mon May 9 06:07:43 2016
New Revision: 268906
URL: http://llvm.org/viewvc/llvm-project?rev=268906&view=rev
Log:
Fix assertion in SymbolFilePDB
llvm::Error requires all errors to be handled. Simply checking the whether
there was an error is
not enough, you have to actuall cal
15 matches
Mail list logo