[Lldb-commits] [lldb] 03a3f86 - [lldb] Fix compilation by adjusting to the new ASTContext signature.

2021-07-11 Thread Vassil Vassilev via lldb-commits
Author: Vassil Vassilev Date: 2021-07-11T10:53:36Z New Revision: 03a3f86071c10a1f6cbbf7375aa6fe9d94168972 URL: https://github.com/llvm/llvm-project/commit/03a3f86071c10a1f6cbbf7375aa6fe9d94168972 DIFF: https://github.com/llvm/llvm-project/commit/03a3f86071c10a1f6cbbf7375aa6fe9d94168972.diff LO

[Lldb-commits] [PATCH] D105779: RFC: [lldb] Fix editline unicode on Linux

2021-07-11 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil created this revision. jankratochvil added reviewers: teemperor, nealsid, labath. jankratochvil added a project: LLDB. Herald added a subscriber: JDevlieghere. jankratochvil requested review of this revision. [[ https://lists.llvm.org/pipermail/lldb-dev/2021-July/016961.html | [lldb-

[Lldb-commits] [PATCH] D105779: RFC: [lldb] Fix editline unicode on Linux

2021-07-11 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil updated this revision to Diff 357799. jankratochvil edited the summary of this revision. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105779/new/ https://reviews.llvm.org/D105779 Files: lldb/source/Core/IOHandlerCursesGUI.cpp lldb

[Lldb-commits] [lldb] 5922f23 - Revert "[clang-repl] Implement partial translation units and error recovery."

2021-07-11 Thread Vassil Vassilev via lldb-commits
Author: Vassil Vassilev Date: 2021-07-11T14:40:10Z New Revision: 5922f234c8c95f61534160a31db15dfc10da9b60 URL: https://github.com/llvm/llvm-project/commit/5922f234c8c95f61534160a31db15dfc10da9b60 DIFF: https://github.com/llvm/llvm-project/commit/5922f234c8c95f61534160a31db15dfc10da9b60.diff LO

Re: [Lldb-commits] [PATCH] D105470: [lldb] Clear children of ValueObject on value update

2021-07-11 Thread Jim Ingham via lldb-commits
> On Jul 10, 2021, at 6:18 AM, Andy Yankovsky via Phabricator > wrote: > > werat added a comment. > > Thanks for the explanation! But at this point I feel I'm a bit confused about > how it all _supposed_ to work in the current design :) > > If I understand correctly, there are four "types" o

[Lldb-commits] [lldb] 5e6aabd - Support AArch64/Linux watchpoint on tagged addresses

2021-07-11 Thread Muhammad Omair Javaid via lldb-commits
Author: Muhammad Omair Javaid Date: 2021-07-12T07:39:26+05:00 New Revision: 5e6aabd48e351cf2632c25cb8bdfd0598a5019a6 URL: https://github.com/llvm/llvm-project/commit/5e6aabd48e351cf2632c25cb8bdfd0598a5019a6 DIFF: https://github.com/llvm/llvm-project/commit/5e6aabd48e351cf2632c25cb8bdfd0598a5019

[Lldb-commits] [PATCH] D101361: [LLDB] Support AArch64/Linux watchpoint on tagged addresses

2021-07-11 Thread Muhammad Omair Javaid via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG5e6aabd48e35: Support AArch64/Linux watchpoint on tagged addresses (authored by omjavaid). Herald added a project: LLDB. Changed prior to commit:

[Lldb-commits] [lldb] 7c7447e - [LLDB] Only build TestWatchTaggedAddress.py on aarch64 PAC targets

2021-07-11 Thread Muhammad Omair Javaid via lldb-commits
Author: Muhammad Omair Javaid Date: 2021-07-12T08:42:24+05:00 New Revision: 7c7447e3443557f9cc98389682c3f55dd7abb570 URL: https://github.com/llvm/llvm-project/commit/7c7447e3443557f9cc98389682c3f55dd7abb570 DIFF: https://github.com/llvm/llvm-project/commit/7c7447e3443557f9cc98389682c3f55dd7abb5

[Lldb-commits] [PATCH] D105788: [LLDB] Silence warnings from ScriptedProcessPythonInterface.cpp

2021-07-11 Thread Muhammad Omair Javaid via Phabricator via lldb-commits
omjavaid created this revision. omjavaid added a reviewer: mib. Herald added a subscriber: kristof.beyls. omjavaid requested review of this revision. This patch fixes ScriptedProcessPythonInterface::GetGenericInteger to avoid compiler warning emitted due to size_t being 32 bit when built on 32 bit

[Lldb-commits] [PATCH] D105483: [LLDB] Testsuite: Add helper to check for AArch64 target

2021-07-11 Thread Muhammad Omair Javaid via Phabricator via lldb-commits
omjavaid added inline comments. Comment at: lldb/packages/Python/lldbsuite/test/lldbtest.py:1296 +"""Returns true if the architecture is AArch64.""" +return self.getArchitecture().lower() in ["aarch64"] + DavidSpickett wrote: > omjavaid wrote: > >

[Lldb-commits] [PATCH] D105483: [LLDB] Testsuite: Add helper to check for AArch64 target

2021-07-11 Thread Muhammad Omair Javaid via Phabricator via lldb-commits
omjavaid updated this revision to Diff 357837. omjavaid added a comment. This fixes issue raised in last rev. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105483/new/ https://reviews.llvm.org/D105483 Files: lldb/packages/Python/lldbsuite/test/lldbtest.py lldb/test/API/functionalit