vsk created this revision.
This patch isn't quite ready for review. It's a simple proof-of-concept which
shows what it would take to make FileCheck available within lldb inline tests.
I'll kick off a discussion about this on lldb-dev.
https://reviews.llvm.org/D50751
Files:
lldb/packages/Pyt
teemperor updated this revision to Diff 160697.
teemperor added a comment.
- Made ByteDelta public.
- Minor fixes.
@labath It sounds reasonable to make ByteDelta public. It certainly improves
the byte-counting code outside of Stream, even though it hopefully doesn't
encourage anyone to do even
Author: stefan.graenitz
Date: Tue Aug 14 12:38:54 2018
New Revision: 339716
URL: http://llvm.org/viewvc/llvm-project?rev=339716&view=rev
Log:
Remove asseration from ConstString::GetConstCStringAndSetMangledCounterPart()
to fix more tests first
Modified:
lldb/trunk/source/Utility/ConstString.
Author: teemperor
Date: Tue Aug 14 12:36:58 2018
New Revision: 339715
URL: http://llvm.org/viewvc/llvm-project?rev=339715&view=rev
Log:
Stability improvements for CompletionTest
Summary:
CompletionTest.DirCompletionAbsolute had a random failure on a CI node
(in the failure, the completion count w
This revision was automatically updated to reflect the committed changes.
Closed by commit rLLDB339715: Stability improvements for CompletionTest
(authored by teemperor, committed by ).
Repository:
rLLDB LLDB
https://reviews.llvm.org/D50722
Files:
unittests/Interpreter/TestCompletion.cpp
I
vsk updated this revision to Diff 160666.
vsk retitled this revision from "WIP: Basic tail call frame support" to "Add
support for artificial tail call frames".
vsk edited the summary of this revision.
vsk added reviewers: aprantl, probinson, JDevlieghere, jingham, friss, zturner.
vsk removed subs
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
Thanks, let's just give it try!
Repository:
rLLDB LLDB
https://reviews.llvm.org/D50722
___
lldb-commits mailing list
lldb-commits@lists.llvm
This revision was automatically updated to reflect the committed changes.
Closed by commit rLLDB339695: Remove manual byte counting from Highlighter
code. (authored by teemperor, committed by ).
Repository:
rLLDB LLDB
https://reviews.llvm.org/D50676
Files:
include/lldb/Core/Highlighter.h
Author: teemperor
Date: Tue Aug 14 10:12:54 2018
New Revision: 339695
URL: http://llvm.org/viewvc/llvm-project?rev=339695&view=rev
Log:
Remove manual byte counting from Highlighter code.
Summary:
This removes the manual byte counting mechanism from the syntax highlighting
code. This is no longer
teemperor created this revision.
teemperor added a reviewer: aprantl.
Herald added a subscriber: jfb.
CompletionTest.DirCompletionAbsolute had a random failure on a CI node
(in the failure, the completion count was 0, while we expected it to be 1),
but there seems no good reason for it to fail. Th
labath added a comment.
What would you say to moving this class to the header, so that it can be used
in all the other byte-counting patches too?
Repository:
rLLDB LLDB
https://reviews.llvm.org/D50681
___
lldb-commits mailing list
lldb-commits@l
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
cool
Repository:
rLLDB LLDB
https://reviews.llvm.org/D50676
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cg
Author: stefan.graenitz
Date: Tue Aug 14 04:32:51 2018
New Revision: 339671
URL: http://llvm.org/viewvc/llvm-project?rev=339671&view=rev
Log:
Remove unused FastDemangle sources
Removed:
lldb/trunk/include/lldb/Utility/FastDemangle.h
lldb/trunk/source/Utility/FastDemangle.cpp
Modified:
This revision was automatically updated to reflect the committed changes.
Closed by commit rLLDB339669: Fix:
ConstString::GetConstCStringAndSetMangledCounterPart() should update theā¦
(authored by stefan.graenitz, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D50536?vs=16014
Author: stefan.graenitz
Date: Tue Aug 14 04:07:18 2018
New Revision: 339669
URL: http://llvm.org/viewvc/llvm-project?rev=339669&view=rev
Log:
Fix: ConstString::GetConstCStringAndSetMangledCounterPart() should update the
value if the key exists already
Summary:
This issue came up because it cause
Merged to 7.0 in r339657.
On Tue, Aug 7, 2018 at 12:37 AM, Stella Stamenova via lldb-commits
wrote:
> Author: stella.stamenova
> Date: Mon Aug 6 15:37:53 2018
> New Revision: 339076
>
> URL: http://llvm.org/viewvc/llvm-project?rev=339076&view=rev
> Log:
> [lit, python] Always add quotes around t
This revision was automatically updated to reflect the committed changes.
Closed by commit rL339649: [PDB] Parse UDT symbols and pointers to members
(combined patch) (authored by aleksandr.urakov, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.
Author: aleksandr.urakov
Date: Tue Aug 14 00:57:44 2018
New Revision: 339649
URL: http://llvm.org/viewvc/llvm-project?rev=339649&view=rev
Log:
[PDB] Parse UDT symbols and pointers to members (combined patch)
Summary:
In this patch I've tried to combine the best ideas from D49368 and D49410,
so it
aleksandr.urakov added a comment.
Thanks a lot!
https://reviews.llvm.org/D49980
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
19 matches
Mail list logo