[Lldb-commits] [lldb] r256771 - [FreeBSD] Use a cast sledgehammer to placate newer versions of clang.

2016-01-04 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Jan 4 13:22:35 2016 New Revision: 256771 URL: http://llvm.org/viewvc/llvm-project?rev=256771=rev Log: [FreeBSD] Use a cast sledgehammer to placate newer versions of clang. Now lldb can build on FreeBSD with -Werror again. Modified:

[Lldb-commits] [lldb] r256769 - Use correct format identifiers to print something meaningful.

2016-01-04 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Jan 4 13:17:14 2016 New Revision: 256769 URL: http://llvm.org/viewvc/llvm-project?rev=256769=rev Log: Use correct format identifiers to print something meaningful. Modified:

[Lldb-commits] [lldb] r256766 - [Commands] Get rid of unused typedefs.

2016-01-04 Thread Davide Italiano via lldb-commits
Author: davide Date: Mon Jan 4 13:12:25 2016 New Revision: 256766 URL: http://llvm.org/viewvc/llvm-project?rev=256766=rev Log: [Commands] Get rid of unused typedefs. Modified: lldb/trunk/source/Commands/CommandObjectType.cpp Modified: lldb/trunk/source/Commands/CommandObjectType.cpp URL:

Re: [Lldb-commits] [PATCH] D15527: Add ability to override JIT expr compiler options.

2016-01-04 Thread Greg Clayton via lldb-commits
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

[Lldb-commits] [lldb] r256744 - Remove XTIMEOUT from TestCreateAfterAttach on linux

2016-01-04 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon Jan 4 04:52:17 2016 New Revision: 256744 URL: http://llvm.org/viewvc/llvm-project?rev=256744=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

[Lldb-commits] [lldb] r256741 - Remove TestConnectRemote from XTIMEOUTs

2016-01-04 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon Jan 4 04:09:06 2016 New Revision: 256741 URL: http://llvm.org/viewvc/llvm-project?rev=256741=rev Log: Remove TestConnectRemote from XTIMEOUTs The test in question was removed in r249613. Modified: lldb/trunk/packages/Python/lldbsuite/test/dosep.py Modified:

[Lldb-commits] [lldb] r256746 - Remove XTIMEOUT from TestExitDuringStep on linux

2016-01-04 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon Jan 4 05:34:24 2016 New Revision: 256746 URL: http://llvm.org/viewvc/llvm-project?rev=256746=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 trouble.

Re: [Lldb-commits] [PATCH] D15834: Handle hardcoded breakpoints on Windows (e.g., int3 or __debugbreak())

2016-01-04 Thread Pavel Labath via lldb-commits
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

[Lldb-commits] Buildbot numbers for week of 12/27/2015 - 1/2/2016

2016-01-04 Thread Galina Kistanova via lldb-commits
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 |

Re: [Lldb-commits] [PATCH] D15708: Advance the return-address breakpoint location to the end of the next source line, or the next branching instruction, when stepping over a func call

2016-01-04 Thread Jim Ingham via lldb-commits
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

Re: [Lldb-commits] [PATCH] D15877: Fix for undefined behavior while updating PC value on arm-linux

2016-01-04 Thread Greg Clayton via lldb-commits
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

Re: [Lldb-commits] [PATCH] D15834: Handle hardcoded breakpoints on Windows (e.g., int3 or __debugbreak())

2016-01-04 Thread Adrian McCarthy via lldb-commits
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,

Re: [Lldb-commits] [PATCH] D15834: Handle hardcoded breakpoints on Windows (e.g., int3 or __debugbreak())

2016-01-04 Thread Jim Ingham via lldb-commits
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

[Lldb-commits] [PATCH] D15877: Fix for undefined behavior while updating PC value on arm-linux

2016-01-04 Thread Muhammad Omair Javaid via lldb-commits
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

[Lldb-commits] [lldb] r256748 - Remove XTIMEOUT from TestHelloWorld on linux

2016-01-04 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon Jan 4 06:14:25 2016 New Revision: 256748 URL: http://llvm.org/viewvc/llvm-project?rev=256748=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

[Lldb-commits] [PATCH] D15884: [LLDB][MIPS] Make register read/write to set/get the size of register according to abi.

2016-01-04 Thread Sagar Thakur via lldb-commits
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

Re: [Lldb-commits] [PATCH] D15855: Remove old flaky test rerun logic

2016-01-04 Thread Todd Fiala via lldb-commits
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