Author: omjavaid
Date: Thu Jun 30 02:09:46 2016
New Revision: 274215
URL: http://llvm.org/viewvc/llvm-project?rev=274215&view=rev
Log:
Correct watchpoint size test failure on certain devices
I overlooked the possibility of certain targets translating increment statement
into a read and write.
In
nitesh.jain added a comment.
In http://reviews.llvm.org/D20464#470527, @Eugene.Zelenko wrote:
> This change broke standalone build. Looks like check which should set
> HAVE_CXX_ATOMICS64_WITHOUT_LIB was not performed.
>
> I build LLDB with LLVM STL which doesn't have libatomic.
The CheckAtomi
ovyalov added a comment.
If you okay with that I'd like to submit this CL as-is and come up with unit
test with a separate change list.
http://reviews.llvm.org/D21770
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/c
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
ok, sounds good.
http://reviews.llvm.org/D21770
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/l
labath created this revision.
labath added a reviewer: tfiala.
labath added a subscriber: lldb-commits.
This is a slightly reworked version of D16322, which I had reverted because it
did not do what it
advertised. Differences from the previous version are:
- moved the code for cleaning up the rem
Author: spyffe
Date: Thu Jun 30 13:00:32 2016
New Revision: 274254
URL: http://llvm.org/viewvc/llvm-project?rev=274254&view=rev
Log:
Removed the redundant "%d errors parsing expression" error. Nobody keeps score.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/variable/T
Author: ovyalov
Date: Thu Jun 30 13:10:27 2016
New Revision: 274256
URL: http://llvm.org/viewvc/llvm-project?rev=274256&view=rev
Log:
Improve ADB utilization within Android platform.
http://reviews.llvm.org/D21770
Modified:
lldb/trunk/source/Plugins/Platform/Android/AdbClient.cpp
lldb/t
ovyalov closed this revision.
ovyalov added a comment.
Files:
/lldb/trunk/source/Plugins/Platform/Android/AdbClient.cpp
/lldb/trunk/source/Plugins/Platform/Android/AdbClient.h
/lldb/trunk/source/Plugins/Platform/Android/PlatformAndroid.cpp
/lldb/trunk/source/Plugins/Platform/Android/Platf
fjricci created this revision.
fjricci added reviewers: clayborg, zturner, spyffe.
fjricci added a subscriber: lldb-commits.
As this test will create a new target, it will cause all following tests
to fail when running in platform mode, if the new target does not match
the existing architecture (f
Author: amccarth
Date: Thu Jun 30 15:55:50 2016
New Revision: 274277
URL: http://llvm.org/viewvc/llvm-project?rev=274277&view=rev
Log:
Fix for Windows builds.
Modified:
lldb/trunk/source/Plugins/Platform/Android/AdbClient.cpp
Modified: lldb/trunk/source/Plugins/Platform/Android/AdbClient.cpp
Eugene.Zelenko added a comment.
I see HAVE_CXX_ATOMICS64_WITHOUT_LIB messages during LLVM Cmake run, but I
don't see such message during LLDB CMake run.
Is this value is supposed to be read form LLVM CMake cache?
Repository:
rL LLVM
http://reviews.llvm.org/D20464
Hello everyone,
LLVM buildmaster will be restarted around 5 PM Pacific time today.
Thank you for understanding.
Thanks
Galina
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
12 matches
Mail list logo