[Lldb-commits] [lldb] r254037 - Another hack to fix the build bot.

2015-11-24 Thread Zachary Turner via lldb-commits
Author: zturner Date: Tue Nov 24 17:11:54 2015 New Revision: 254037 URL: http://llvm.org/viewvc/llvm-project?rev=254037=rev Log: Another hack to fix the build bot. This script really should not be assuming every subdirectory is a language directory for swig generation. Using a hack to get this

[Lldb-commits] [lldb] r254033 - Fix build after swig_bot_lib changes.

2015-11-24 Thread Zachary Turner via lldb-commits
Author: zturner Date: Tue Nov 24 16:27:02 2015 New Revision: 254033 URL: http://llvm.org/viewvc/llvm-project?rev=254033=rev Log: Fix build after swig_bot_lib changes. Modified: lldb/trunk/scripts/prepare_bindings.py Modified: lldb/trunk/scripts/prepare_bindings.py URL:

[Lldb-commits] [lldb] r254023 - swig_bot remote path connection / preliminary implementation.

2015-11-24 Thread Zachary Turner via lldb-commits
Author: zturner Date: Tue Nov 24 15:35:32 2015 New Revision: 254023 URL: http://llvm.org/viewvc/llvm-project?rev=254023=rev Log: swig_bot remote path connection / preliminary implementation. With this patch, the client will package up all the required inputs into a compressed zip file, establish

[Lldb-commits] [lldb] r254024 - Make swig_bot server support Ctrl+C

2015-11-24 Thread Zachary Turner via lldb-commits
Author: zturner Date: Tue Nov 24 15:35:40 2015 New Revision: 254024 URL: http://llvm.org/viewvc/llvm-project?rev=254024=rev Log: Make swig_bot server support Ctrl+C Modified: lldb/trunk/scripts/swig_bot.py lldb/trunk/scripts/swig_bot_lib/server.py Modified:

[Lldb-commits] [lldb] r254026 - swig-bot - Close the socket when shutting down.

2015-11-24 Thread Zachary Turner via lldb-commits
Author: zturner Date: Tue Nov 24 15:35:58 2015 New Revision: 254026 URL: http://llvm.org/viewvc/llvm-project?rev=254026=rev Log: swig-bot - Close the socket when shutting down. Modified: lldb/trunk/scripts/swig_bot_lib/client.py Modified: lldb/trunk/scripts/swig_bot_lib/client.py URL:

[Lldb-commits] [lldb] r254025 - Include config settings in the archive, and extract on the remote.

2015-11-24 Thread Zachary Turner via lldb-commits
Author: zturner Date: Tue Nov 24 15:35:50 2015 New Revision: 254025 URL: http://llvm.org/viewvc/llvm-project?rev=254025=rev Log: Include config settings in the archive, and extract on the remote. Added: lldb/trunk/scripts/swig_bot_lib/config.py Modified:

[Lldb-commits] [lldb] r254022 - First implementation of swig_bot.py

2015-11-24 Thread Zachary Turner via lldb-commits
Author: zturner Date: Tue Nov 24 15:35:17 2015 New Revision: 254022 URL: http://llvm.org/viewvc/llvm-project?rev=254022=rev Log: First implementation of swig_bot.py This version supports local generation only. It's intentionally stupid, and does not support any kind of dependency checking. If

Re: [Lldb-commits] [Diffusion] rL248048: Added support for resolving symbolic links to FileSpec.

2015-11-24 Thread Dawn Perchik via lldb-commits
dawn accepted this commit. dawn added a comment. Not really an acceptance, but the test that started failing as a result of this commit (LaunchInTerminalTestCase.test_launch_in_terminal) has been XFAILed o OSX in svn.252699 thanks to Todd Fiala. None the less, it would be a good idea to

Re: [Lldb-commits] [PATCH] D14904: Document NetBSD platform support on the webpage

2015-11-24 Thread Kamil Rytarowski via lldb-commits
krytarowski removed rL LLVM as the repository for this revision. krytarowski updated this revision to Diff 41102. krytarowski added a comment. Readd accidently removed section. http://reviews.llvm.org/D14904 Files: www/build.html www/download.html www/index.html www/status.html

[Lldb-commits] [lldb] r254000 - Remove expectedFailureFreeBSD from passing ThreadExitTestCase::test_with_dwarf

2015-11-24 Thread Ed Maste via lldb-commits
Author: emaste Date: Tue Nov 24 12:22:37 2015 New Revision: 254000 URL: http://llvm.org/viewvc/llvm-project?rev=254000=rev Log: Remove expectedFailureFreeBSD from passing ThreadExitTestCase::test_with_dwarf This passes on my FreeBSD stable/10 desktop and my new FreeBSD 11-current buildbot (which

[Lldb-commits] [lldb] r254001 - Remove expectedFailureFreeBSD decorator from now-passing tests

2015-11-24 Thread Ed Maste via lldb-commits
Author: emaste Date: Tue Nov 24 12:30:19 2015 New Revision: 254001 URL: http://llvm.org/viewvc/llvm-project?rev=254001=rev Log: Remove expectedFailureFreeBSD decorator from now-passing tests These pass on my FreeBSD stable/10 desktop and my (not-yet-connected) FreeBSD 11-CURRENT buildbot

[Lldb-commits] [lldb] r254002 - Add expectedFlakeyFreeBSD to TestBatchMode failing on buildbot

2015-11-24 Thread Ed Maste via lldb-commits
Author: emaste Date: Tue Nov 24 12:34:17 2015 New Revision: 254002 URL: http://llvm.org/viewvc/llvm-project?rev=254002=rev Log: Add expectedFlakeyFreeBSD to TestBatchMode failing on buildbot This test was already expectedFlakeyLinux for occasional failures on the Linux buildbot. It seems the new

[Lldb-commits] [lldb] r253998 - Add expectedFailureFreeBSD decorators for new Python fd leak

2015-11-24 Thread Ed Maste via lldb-commits
Author: emaste Date: Tue Nov 24 12:05:56 2015 New Revision: 253998 URL: http://llvm.org/viewvc/llvm-project?rev=253998=rev Log: Add expectedFailureFreeBSD decorators for new Python fd leak llvm.org/pr25624 Modified:

[Lldb-commits] [lldb] r254006 - Temporarily add expectedFailureFreeBSD to tests that fail to detect Clang on FreeBSD

2015-11-24 Thread Ed Maste via lldb-commits
Author: emaste Date: Tue Nov 24 12:59:51 2015 New Revision: 254006 URL: http://llvm.org/viewvc/llvm-project?rev=254006=rev Log: Temporarily add expectedFailureFreeBSD to tests that fail to detect Clang on FreeBSD On FreeBSD we may get Clang via CC=cc or CC=/usr/bin/cc. llvm.org/pr25626

Re: [Lldb-commits] [lldb] r254006 - Temporarily add expectedFailureFreeBSD to tests that fail to detect Clang on FreeBSD

2015-11-24 Thread Ed Maste via lldb-commits
On 24 November 2015 at 13:59, Ed Maste via lldb-commits wrote: > Author: emaste > Date: Tue Nov 24 12:59:51 2015 > New Revision: 254006 > > URL: http://llvm.org/viewvc/llvm-project?rev=254006=rev > Log: > Temporarily add expectedFailureFreeBSD to tests that fail to

Re: [Lldb-commits] [PATCH] D14920: [LLDB][MIPS] Provide actual number of watchpoints supported

2015-11-24 Thread Mohit Bhakkad via lldb-commits
mohit.bhakkad updated this revision to Diff 41014. Repository: rL LLVM http://reviews.llvm.org/D14920 Files: source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h Index:

[Lldb-commits] [PATCH] D14944: [LLDB][MIPS] Marking some expected failures

2015-11-24 Thread Mohit Bhakkad via lldb-commits
mohit.bhakkad created this revision. mohit.bhakkad added reviewers: clayborg, zturner. mohit.bhakkad added subscribers: jaydeep, bhushan, sagar, nitesh.jain, lldb-commits. mohit.bhakkad set the repository for this revision to rL LLVM. Herald added subscribers: srhines, danalbert, tberghammer.

[Lldb-commits] [lldb] r253973 - Disable forcing -marm (A32 instruction set) while running testsuite on arm targets.

2015-11-24 Thread Omair Javaid via lldb-commits
Author: omjavaid Date: Tue Nov 24 04:35:03 2015 New Revision: 253973 URL: http://llvm.org/viewvc/llvm-project?rev=253973=rev Log: Disable forcing -marm (A32 instruction set) while running testsuite on arm targets. Differential revision: http://reviews.llvm.org/D14823 Modified:

Re: [Lldb-commits] [PATCH] D14823: Disable forcing -marm (A32 instruction set) while running testsuite on arm targets.

2015-11-24 Thread Muhammad Omair Javaid via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL253973: Disable forcing -marm (A32 instruction set) while running testsuite on arm… (authored by omjavaid). Changed prior to commit: http://reviews.llvm.org/D14823?vs=40652=41017#toc Repository: rL

[Lldb-commits] [PATCH] D14952: Create new "platform process connect" command

2015-11-24 Thread Tamas Berghammer via lldb-commits
tberghammer created this revision. tberghammer added reviewers: labath, clayborg. tberghammer added a subscriber: lldb-commits. Herald added subscribers: srhines, danalbert, tberghammer, emaste. Create new "platform process connect" command The standard remote debugging workflow with gdb is to

Re: [Lldb-commits] [PATCH] D14633: [LLDB][MIPS] Clear bug 25194 - LLDB-Server Assertion raised when single stepping on MIPS

2015-11-24 Thread Tamas Berghammer via lldb-commits
tberghammer accepted this revision. tberghammer added a comment. If you want to get this in with using SetBytes I am fine with it but we should keep an eye on it as I won't be surprised if it will break when somebody try to read out the data from the RegisterValue object with GetUInt()

Re: [Lldb-commits] [PATCH] D14952: Create new "platform process connect" command

2015-11-24 Thread Pavel Labath via lldb-commits
labath added a comment. Seems like a reasonable thing to do. However, we should first add a test for the new functionality. Comment at: source/Commands/CommandObjectPlatform.cpp:2041 @@ -1969,3 +2040,3 @@ "A set of commands to query, launch and

Re: [Lldb-commits] [PATCH] D14944: [LLDB][MIPS] Marking some expected failures

2015-11-24 Thread Tamas Berghammer via lldb-commits
tberghammer added a comment. Instead of duplicating the test can you just change the existing one to remove the watchpoint in case we are running on mips? Repository: rL LLVM http://reviews.llvm.org/D14944 ___ lldb-commits mailing list