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: source/Plugins/Process/Linux/NativeRegist
Author: omjavaid
Date: Tue Nov 24 04:35:03 2015
New Revision: 253973
URL: http://llvm.org/viewvc/llvm-project?rev=253973&view=rev
Log:
Disable forcing -marm (A32 instruction set) while running testsuite on arm
targets.
Differential revision: http://reviews.llvm.org/D14823
Modified:
lldb/tr
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&id=41017#toc
Repository:
r
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.
Mos
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
lldb-comm
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 st
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()
Reposit
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
Author: emaste
Date: Tue Nov 24 12:05:56 2015
New Revision: 253998
URL: http://llvm.org/viewvc/llvm-project?rev=253998&view=rev
Log:
Add expectedFailureFreeBSD decorators for new Python fd leak
llvm.org/pr25624
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/avoids-fd-le
Author: emaste
Date: Tue Nov 24 12:22:37 2015
New Revision: 254000
URL: http://llvm.org/viewvc/llvm-project?rev=254000&view=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 (w
Author: emaste
Date: Tue Nov 24 12:30:19 2015
New Revision: 254001
URL: http://llvm.org/viewvc/llvm-project?rev=254001&view=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
ll
Author: emaste
Date: Tue Nov 24 12:34:17 2015
New Revision: 254002
URL: http://llvm.org/viewvc/llvm-project?rev=254002&view=rev
Log:
Add expectedFlakeyFreeBSD to TestBatchMode failing on buildbot
This test was already expectedFlakeyLinux for occasional failures on the
Linux buildbot. It seems the
Author: emaste
Date: Tue Nov 24 12:59:51 2015
New Revision: 254006
URL: http://llvm.org/viewvc/llvm-project?rev=254006&view=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
Mo
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&view=rev
> Log:
> Temporarily add expectedFailureFreeBSD to tests that fail to detect Clang on
> FreeBSD
Author: zturner
Date: Tue Nov 24 15:35:17 2015
New Revision: 254022
URL: http://llvm.org/viewvc/llvm-project?rev=254022&view=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.
Author: zturner
Date: Tue Nov 24 15:35:40 2015
New Revision: 254024
URL: http://llvm.org/viewvc/llvm-project?rev=254024&view=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/trunk/scripts/swig_b
Author: zturner
Date: Tue Nov 24 15:35:58 2015
New Revision: 254026
URL: http://llvm.org/viewvc/llvm-project?rev=254026&view=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:
Author: zturner
Date: Tue Nov 24 15:35:50 2015
New Revision: 254025
URL: http://llvm.org/viewvc/llvm-project?rev=254025&view=rev
Log:
Include config settings in the archive, and extract on the remote.
Added:
lldb/trunk/scripts/swig_bot_lib/config.py
Modified:
lldb/trunk/scripts/swig_bot_l
Author: zturner
Date: Tue Nov 24 15:35:32 2015
New Revision: 254023
URL: http://llvm.org/viewvc/llvm-project?rev=254023&view=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, estab
Author: zturner
Date: Tue Nov 24 16:27:02 2015
New Revision: 254033
URL: http://llvm.org/viewvc/llvm-project?rev=254033&view=rev
Log:
Fix build after swig_bot_lib changes.
Modified:
lldb/trunk/scripts/prepare_bindings.py
Modified: lldb/trunk/scripts/prepare_bindings.py
URL:
http://llvm.org/
Author: zturner
Date: Tue Nov 24 17:11:54 2015
New Revision: 254037
URL: http://llvm.org/viewvc/llvm-project?rev=254037&view=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
t
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
www/te
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 inves
23 matches
Mail list logo