[Lldb-commits] [PATCH] D50751: WIP: Expose FileCheck-style testing within lldb inline tests

2018-08-14 Thread Vedant Kumar via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D50681: Remove manual byte counting from internal Stream methods.

2018-08-14 Thread Raphael Isemann via Phabricator via lldb-commits
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

[Lldb-commits] [lldb] r339716 - Remove asseration from ConstString::GetConstCStringAndSetMangledCounterPart() to fix more tests first

2018-08-14 Thread Stefan Granitz via lldb-commits
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.

[Lldb-commits] [lldb] r339715 - Stability improvements for CompletionTest

2018-08-14 Thread Raphael Isemann via lldb-commits
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

[Lldb-commits] [PATCH] D50722: Stability improvements for CompletionTest

2018-08-14 Thread Raphael Isemann via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D50478: Add support for artificial tail call frames

2018-08-14 Thread Vedant Kumar via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D50722: Stability improvements for CompletionTest

2018-08-14 Thread Adrian Prantl via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D50676: Remove manual byte counting from Highlighter code.

2018-08-14 Thread Raphael Isemann via Phabricator via lldb-commits
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

[Lldb-commits] [lldb] r339695 - Remove manual byte counting from Highlighter code.

2018-08-14 Thread Raphael Isemann via lldb-commits
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

[Lldb-commits] [PATCH] D50722: Stability improvements for CompletionTest

2018-08-14 Thread Raphael Isemann via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D50681: Remove manual byte counting from internal Stream methods.

2018-08-14 Thread Pavel Labath via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D50676: Remove manual byte counting from Highlighter code.

2018-08-14 Thread Pavel Labath via Phabricator via lldb-commits
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

[Lldb-commits] [lldb] r339671 - Remove unused FastDemangle sources

2018-08-14 Thread Stefan Granitz via lldb-commits
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:

[Lldb-commits] [PATCH] D50536: Fix: ConstString::GetConstCStringAndSetMangledCounterPart() should update the value if the key exists already

2018-08-14 Thread Phabricator via Phabricator via lldb-commits
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

[Lldb-commits] [lldb] r339669 - Fix: ConstString::GetConstCStringAndSetMangledCounterPart() should update the value if the key exists already

2018-08-14 Thread Stefan Granitz via lldb-commits
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

Re: [Lldb-commits] [lldb] r339076 - [lit, python] Always add quotes around the python path in lit

2018-08-14 Thread Hans Wennborg via lldb-commits
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

[Lldb-commits] [PATCH] D49980: [PDB] Parse UDT symbols and pointers to members (combined patch)

2018-08-14 Thread Aleksandr Urakov via Phabricator via lldb-commits
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.

[Lldb-commits] [lldb] r339649 - [PDB] Parse UDT symbols and pointers to members (combined patch)

2018-08-14 Thread Aleksandr Urakov via lldb-commits
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

[Lldb-commits] [PATCH] D49980: [PDB] Parse UDT symbols and pointers to members (combined patch)

2018-08-14 Thread Aleksandr Urakov via Phabricator via lldb-commits
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