sagar created this revision.
sagar added reviewers: clayborg, tberghammer.
sagar added subscribers: jaydeep, bhushan, mohit.bhakkad, nitesh.jain,
lldb-commits.
sagar set the repository for this revision to rL LLVM.
For O32 abi register size should be 4 bytes.
For N32 and N64 abi register size sho
dawn added a comment.
Hopefully folks are back from the holidays by now - can someone give this a
look? Thanks in advance...
Repository:
rL LLVM
http://reviews.llvm.org/D15593
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lis
jingham added a subscriber: jingham.
jingham added a comment.
Shouldn't we just remove the Linux test case in favor of your test case? The
notion of a builtin_trap of some sort or other seems general. And, it looks
like both the Linux port and the Windows port needed to do something to handle
amccarth added a comment.
In http://reviews.llvm.org/D15834#318623, @labath wrote:
> Linux tests the same functionality in TestBuiltinTrap.py. Would it make sense
> to merge these two tests, given that the only difference is which compiler
> intrinsic is used to generate the int3 trap?
Yes, i
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Looks good.
http://reviews.llvm.org/D15877
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/li
omjavaid created this revision.
omjavaid added reviewers: tberghammer, clayborg.
omjavaid added a subscriber: lldb-commits.
Herald added subscribers: rengolin, aemerson.
This patch provides fix for the cases where an expression or jump tries to
update the value of PC in thumb mode.
As precaution
jingham requested changes to this revision.
jingham added a comment.
This revision now requires changes to proceed.
I don't so much mind that you couldn't reuse
AdvanceAddressToNextBranchInstruction, we wouldn't be using the "get the
disassembly" part of it, which is the biggest bit, since that'
Hello everyone,
Below are some buildbot numbers for the last week of 12/27/2015 -
01/02/2016.
Thanks
Galina
Number of commits by project:
project | commits
---+---
llvm | 102
cfe |
Author: davide
Date: Mon Jan 4 13:22:35 2016
New Revision: 256771
URL: http://llvm.org/viewvc/llvm-project?rev=256771&view=rev
Log:
[FreeBSD] Use a cast sledgehammer to placate newer versions of clang.
Now lldb can build on FreeBSD with -Werror again.
Modified:
lldb/trunk/source/Plugins/Pro
Author: davide
Date: Mon Jan 4 13:17:14 2016
New Revision: 256769
URL: http://llvm.org/viewvc/llvm-project?rev=256769&view=rev
Log:
Use correct format identifiers to print something meaningful.
Modified:
lldb/trunk/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScript
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Looks good. Sean should OK this as well.
http://reviews.llvm.org/D15527
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://list
Author: davide
Date: Mon Jan 4 13:12:25 2016
New Revision: 256766
URL: http://llvm.org/viewvc/llvm-project?rev=256766&view=rev
Log:
[Commands] Get rid of unused typedefs.
Modified:
lldb/trunk/source/Commands/CommandObjectType.cpp
Modified: lldb/trunk/source/Commands/CommandObjectType.cpp
UR
tfiala accepted this revision.
tfiala added a comment.
This revision is now accepted and ready to land.
Looks good!
http://reviews.llvm.org/D15855
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listin
Author: labath
Date: Mon Jan 4 07:51:14 2016
New Revision: 256755
URL: http://llvm.org/viewvc/llvm-project?rev=256755&view=rev
Log:
Remove XTIMEOUT from TestRegisters on linux
I suspect the test was hanging due to the attach deadlock. This was fixed and
the test has passed
last 200 buildbot run
Author: labath
Date: Mon Jan 4 07:07:22 2016
New Revision: 256752
URL: http://llvm.org/viewvc/llvm-project?rev=256752&view=rev
Log:
Remove XTIMEOUT from TestThreadStepOut on linux
The whole test is skipped already, so it's not running anyway.
Modified:
lldb/trunk/packages/Python/lldbsuite/t
Author: labath
Date: Mon Jan 4 06:14:25 2016
New Revision: 256748
URL: http://llvm.org/viewvc/llvm-project?rev=256748&view=rev
Log:
Remove XTIMEOUT from TestHelloWorld on linux
I think it was timing out because of the attach deadlocks, which are now fixed.
In any case, it
has passed last 200 bu
Author: labath
Date: Mon Jan 4 05:34:24 2016
New Revision: 256746
URL: http://llvm.org/viewvc/llvm-project?rev=256746&view=rev
Log:
Remove XTIMEOUT from TestExitDuringStep on linux
The test has passed last 200 buildbot runs, so it's hopefully working now. I'll
watch buildbots
for signs of troub
labath created this revision.
labath added a reviewer: tfiala.
labath added a subscriber: lldb-commits.
This removes the old logic for rerunning flaky tests. The new test runners will
take care of
rerunning failing tests.
http://reviews.llvm.org/D15855
Files:
packages/Python/lldbsuite/test/ll
Author: labath
Date: Mon Jan 4 04:52:17 2016
New Revision: 256744
URL: http://llvm.org/viewvc/llvm-project?rev=256744&view=rev
Log:
Remove XTIMEOUT from TestCreateAfterAttach on linux
I believe the cause for this was the attach lockup fixed in r246756. I will
enable this tests and
observe the b
Author: labath
Date: Mon Jan 4 04:09:06 2016
New Revision: 256741
URL: http://llvm.org/viewvc/llvm-project?rev=256741&view=rev
Log:
Remove TestConnectRemote from XTIMEOUTs
The test in question was removed in r249613.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/dosep.py
Modified: ll
labath added a subscriber: labath.
labath added a comment.
Linux tests the same functionality in TestBuiltinTrap.py. Would it make sense
to merge these two tests, given that the only difference is which compiler
intrinsic is used to generate the int3 trap?
http://reviews.llvm.org/D15834
___
21 matches
Mail list logo