On Fri, 23 Mar 2018 at 20:20, Adrian Prantl via lldb-commits <
lldb-commits@lists.llvm.org> wrote:
> Author: adrian
> Date: Fri Mar 23 13:17:39 2018
> New Revision: 328365
>
> URL: http://llvm.org/viewvc/llvm-project?rev=328365&view=rev
> Log:
> Log ObjC Runtime messages only in verbose mode
>
> M
Author: labath
Date: Mon Mar 26 04:45:32 2018
New Revision: 328485
URL: http://llvm.org/viewvc/llvm-project?rev=328485&view=rev
Log:
Add a test for setting the load address of a module with differing
physical/virtual addresses
Summary:
First attempt at landing D42145 was reverted because it caus
This revision was automatically updated to reflect the committed changes.
Closed by commit rL328485: Add a test for setting the load address of a module
with differing… (authored by labath, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
https://reviews.llvm.org/D4
Author: labath
Date: Mon Mar 26 05:00:52 2018
New Revision: 328486
URL: http://llvm.org/viewvc/llvm-project?rev=328486&view=rev
Log:
[LLDB][PPC64] Fix TestGdbRemoteAuxvSupport
Summary: PPC64's auxvec has a special key that must be ignored.
Reviewers: clayborg, labath
Reviewed By: clayborg, laba
This revision was automatically updated to reflect the committed changes.
Closed by commit rL328488: Add and fix some tests for PPC64 (authored by
labath, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D44472?vs=138699&id=139777#toc
R
Author: labath
Date: Mon Mar 26 05:42:07 2018
New Revision: 328488
URL: http://llvm.org/viewvc/llvm-project?rev=328488&view=rev
Log:
Add and fix some tests for PPC64
Summary:
TestExprsChar.py
Char is unsigned char by default in PowerPC.
TestDisassembleBreakpoint.py
Modify disassemble testcase to
Author: labath
Date: Mon Mar 26 05:47:40 2018
New Revision: 328489
URL: http://llvm.org/viewvc/llvm-project?rev=328489&view=rev
Log:
Make @skipUnlessSupportedTypeAttribute windows-compatible
- close_fds is not compatible with stdin/out redirection on windows. I
just remove it, as this is not re
labath abandoned this revision.
labath added a comment.
I'm not sure my benchmark strategy is correct here. I'm getting different (but
consistent) results even after making changes that should not impact
performance at all (e.g. because I change the code which is not executed). I'll
abandon thi
labath added a comment.
So, any objections to this patch?
https://reviews.llvm.org/D44306
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
This commit broke the Jenkins macOS x86-64 bots
http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/5943/testReport/junit/TestDisassembleBreakpoint/DisassemblyTestCase/test_dwarf/
Can you take a look? (if you can't, let me know).
Thanks,
--
Davide
On Mon, Mar 26, 2018 at 5:42 AM, Pavel Lab
Author: labath
Date: Mon Mar 26 08:17:58 2018
New Revision: 328504
URL: http://llvm.org/viewvc/llvm-project?rev=328504&view=rev
Log:
Fix TestDisassembleBreakpoint broken by r328488
The first issue was that the test was capturing the "before" disassembly
before launching, and the "after" after. Th
I was also looking at this because it broke on our android bots. I have
just committed r328504 to fix those, and I believe it will fix the issues
you are seeing on osx (but I'll probably need to go home before I can
verify that).
On Mon, 26 Mar 2018 at 16:14, Davide Italiano wrote:
> This commi
Thanks, I'll take a look at the bots myself.
On Mon, Mar 26, 2018 at 8:24 AM, Pavel Labath wrote:
> I was also looking at this because it broke on our android bots. I have just
> committed r328504 to fix those, and I believe it will fix the issues you are
> seeing on osx (but I'll probably need t
If the issue was not solved yet, I can take a look at it if you send me
the disassemble outputs with/without the breakpoints.
Thanks.
Em 26/03/2018 12:32, Davide Italiano escreveu:
> Thanks, I'll take a look at the bots myself.
>
> On Mon, Mar 26, 2018 at 8:24 AM, Pavel Labath wrote:
>> I was al
Author: adrian
Date: Mon Mar 26 10:40:44 2018
New Revision: 328557
URL: http://llvm.org/viewvc/llvm-project?rev=328557&view=rev
Log:
Fix check for verbose logging.
Thanks to Pavel for pointing this out!
Modified:
lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRunti
Author: jmolenda
Date: Mon Mar 26 16:13:17 2018
New Revision: 328591
URL: http://llvm.org/viewvc/llvm-project?rev=328591&view=rev
Log:
Add the same new entitlement from r326399 to
the macos entitlement list.
Modified:
lldb/trunk/tools/debugserver/source/debugserver-macosx-entitlements.plis
16 matches
Mail list logo