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
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-
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
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
> 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
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
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:
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
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
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:
> >
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
11 matches
Mail list logo