Author: jingham
Date: Fri Mar 11 21:33:36 2016
New Revision: 26
URL: http://llvm.org/viewvc/llvm-project?rev=26&view=rev
Log:
Let's not convert from UINT32_MAX to the std::numeric_limits version.
Modified:
lldb/trunk/source/Core/DataEncoder.cpp
lldb/trunk/source/Core/Disassembler.
Author: jingham
Date: Fri Mar 11 20:45:34 2016
New Revision: 263326
URL: http://llvm.org/viewvc/llvm-project?rev=263326&view=rev
Log:
This change introduces a "ExpressionExecutionThread" to the ThreadList.
Turns out that most of the code that runs expressions (e.g. the ObjC runtime
grubber) on
We use UINT32_MAX and so forth all over in lldb. Were you planning to switch
over all the uses? That seem like something you should not do unilaterally,
but we should decide on as a group.
I originally thought maybe this would buy us some type safety, but it looks
like (and the docs seem to i
Author: eugenezelenko
Date: Fri Mar 11 18:31:13 2016
New Revision: 263312
URL: http://llvm.org/viewvc/llvm-project?rev=263312&view=rev
Log:
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core;
other minor fixes.
Modified:
lldb/trunk/include/lldb/Core/SearchFilter.h
spyffe accepted this revision.
spyffe added a comment.
This revision is now accepted and ready to land.
This looks fine. Overloadable C functions are being tested separately, so this
is fine to go in.
http://reviews.llvm.org/D1
___
lldb-commit
Author: eugenezelenko
Date: Fri Mar 11 15:55:47 2016
New Revision: 263300
URL: http://llvm.org/viewvc/llvm-project?rev=263300&view=rev
Log:
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core;
other minor fixes.
Modified:
lldb/trunk/source/Core/Logging.cpp
lldb/tru
Hello everyone,
LLVM buildmaster will be updated and restarted after 7 PM Pacific time
today.
Thanks
Galina
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: eugenezelenko
Date: Fri Mar 11 14:20:38 2016
New Revision: 263289
URL: http://llvm.org/viewvc/llvm-project?rev=263289&view=rev
Log:
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core;
other minor fixes.
Modified:
lldb/trunk/source/Core/IOHandler.cpp
lldb/t
emaste created this revision.
emaste added a reviewer: lldb-commits.
There's a proposed patch D18091 adding build-id support to lld that would
produce a 64-bit ID. There's some concern as existing tools typically expect
the build-id to be either 16 or 20 bytes.
Prior to this change lldb would r
clayborg accepted this revision.
clayborg added a comment.
Looks good.
http://reviews.llvm.org/D18075
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
jingham accepted this revision.
jingham added a comment.
This revision is now accepted and ready to land.
That looks good, thanks.
http://reviews.llvm.org/D18075
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin
fjricci updated this revision to Diff 50454.
fjricci added a comment.
Use vector of tids for iteration, rather than iterating over unlocked threadlist
http://reviews.llvm.org/D18075
Files:
source/Commands/CommandObjectThread.cpp
Index: source/Commands/CommandObjectThread.cpp
Author: jingham
Date: Fri Mar 11 13:15:03 2016
New Revision: 263283
URL: http://llvm.org/viewvc/llvm-project?rev=263283&view=rev
Log:
Remove the skip if Darwin since I fixed the crash.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/python_api/default-constructor/TestDefaultConstructorFo
Author: jingham
Date: Fri Mar 11 12:49:38 2016
New Revision: 263274
URL: http://llvm.org/viewvc/llvm-project?rev=263274&view=rev
Log:
Check for a NULL input filehandle before referencing it.
Modified:
lldb/trunk/scripts/Python/python-typemaps.swig
Modified: lldb/trunk/scripts/Python/python
cameron314 updated this revision to Diff 50449.
cameron314 added a comment.
... and had a slash too many at the start of the path prefixes. Sorry for the
spam.
http://reviews.llvm.org/D17107
Files:
lldb/trunk/cmake/modules/LLDBConfig.cmake
lldb/trunk/include/lldb/Host/FileSystem.h
lldb/t
cameron314 updated this revision to Diff 50448.
cameron314 added a comment.
Oops, was missing a slash in the dst-prefix of the previous patch update.
http://reviews.llvm.org/D17107
Files:
/lldb/trunk/cmake/modules/LLDBConfig.cmake
/lldb/trunk/include/lldb/Host/FileSystem.h
/lldb/trunk/inc
cameron314 updated this revision to Diff 50447.
cameron314 added a comment.
Here we go! http://reviews.llvm.org/D17549 has been committed, so I've rebased
this patch onto that latest version (r263233).
http://reviews.llvm.org/D17107
Files:
/lldb/trunkcmake/modules/LLDBConfig.cmake
/lldb/tr
spyffe added a reviewer: clayborg.
spyffe added a comment.
Added Greg to look at the testsuite changes.
Repository:
rL LLVM
http://reviews.llvm.org/D17957
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mai
spyffe requested changes to this revision.
spyffe added a comment.
This revision now requires changes to proceed.
There are a few changes I'd recommend to this patch. The biggest one is to
move mangling knowledge from IRExecutionUnit to LanguageCPlusPlus, where it
logically fits better.
The tes
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Looks good.
Repository:
rL LLVM
http://reviews.llvm.org/D18082
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm
clayborg resigned from this revision.
clayborg removed a reviewer: clayborg.
clayborg added a comment.
I will let Sean Callanan review this one as the expression parser is his area.
Repository:
rL LLVM
http://reviews.llvm.org/D17957
___
lldb-comm
Author: mamai
Date: Fri Mar 11 07:50:10 2016
New Revision: 263233
URL: http://llvm.org/viewvc/llvm-project?rev=263233&view=rev
Log:
Fixed MemoryCache L1 cache flush
Use the same method to find the cache line as in Read().
Differential Revision: http://reviews.llvm.org/D18050
Added:
lldb/tru
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263233: Fixed MemoryCache L1 cache flush (authored by mamai).
Changed prior to commit:
http://reviews.llvm.org/D18050?vs=50297&id=50422#toc
Repository:
rL LLVM
http://reviews.llvm.org/D18050
Files:
labath added a comment.
If I understand correctly, you have simply copied the implementation from
PlatformRemoteAndroidGDBServer. Could you also remove it from that class, since
it's going to inherit the implementation anyway?
Apart from that, it looks good to me, but let's give a chance for @c
nitesh.jain created this revision.
nitesh.jain added reviewers: clayborg, tberghammer, labath.
nitesh.jain added subscribers: jaydeep, bhushan, sagar, mohit.bhakkad,
lldb-commits.
nitesh.jain set the repository for this revision to rL LLVM.
The patch http://reviews.llvm.org/D14952 which modifies
EwanCrawford added a comment.
friendly ping
Repository:
rL LLVM
http://reviews.llvm.org/D17957
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
labath added a comment.
Any thoughts on this?
http://reviews.llvm.org/D17856
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Author: labath
Date: Fri Mar 11 03:00:23 2016
New Revision: 263209
URL: http://llvm.org/viewvc/llvm-project?rev=263209&view=rev
Log:
Fix a bunch of signedness warnings in unittests
Modified:
lldb/trunk/unittests/Editline/EditlineTest.cpp
lldb/trunk/unittests/SymbolFile/PDB/SymbolFilePDBTe
Author: labath
Date: Fri Mar 11 02:44:44 2016
New Revision: 263207
URL: http://llvm.org/viewvc/llvm-project?rev=263207&view=rev
Log:
Fix a couple of cornercases in FileSpec + tests
Summary:
This fixes a couple of corner cases in FileSpec, related to AppendPathComponent
and
handling of root direc
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263207: Fix a couple of cornercases in FileSpec + tests
(authored by labath).
Changed prior to commit:
http://reviews.llvm.org/D18044?vs=50275&id=50396#toc
Repository:
rL LLVM
http://reviews.llvm.or
Author: tfiala
Date: Fri Mar 11 02:12:36 2016
New Revision: 263205
URL: http://llvm.org/viewvc/llvm-project?rev=263205&view=rev
Log:
skip newly segfaulting test on OS X public CI
Modified:
lldb/trunk/packages/Python/lldbsuite/test/python_api/default-constructor/TestDefaultConstructorForAPIOb
31 matches
Mail list logo