kwk marked 6 inline comments as done.
kwk added inline comments.
Comment at: lldb/source/Core/SearchFilter.cpp:713
+ if (!type)
+return SearchFilterByModuleList::FunctionPasses(function);
+
jankratochvil wrote:
> If we cannot determine which file the functio
kwk added a comment.
@labath @jingham @jankratochvil The test change suggested by @labath is now in
place and it works. @jankratochvil, I've removed the logic that checks
seomthing with the CU from `AddressPasses`. That logic now lives in
`FunctionPasses` where it logically makes more sense to
kwk updated this revision to Diff 271583.
kwk added a comment.
- Align tests with reviewer expectations
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74136/new/
https://reviews.llvm.org/D74136
Files:
lldb/include/lldb/Core/SearchFilter.h
lldb/
wallace updated this revision to Diff 271542.
wallace added a comment.
.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81978/new/
https://reviews.llvm.org/D81978
Files:
lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py
wallace updated this revision to Diff 271541.
wallace added a comment.
remove unwanted changes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81978/new/
https://reviews.llvm.org/D81978
Files:
lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
omjavaid updated this revision to Diff 271534.
omjavaid added a comment.
This patch is now independent of SVE register support and is only a requirement
for the case of where remote stub utilizes xml register description and sends
register nos which are not consecutively placed.
This patch ensu
omjavaid created this revision.
omjavaid added a reviewer: labath.
omjavaid added a project: LLDB.
Herald added subscribers: aaron.ballman, danielkiss, kristof.beyls, tschuett.
This patch adds a HowTo document to lldb docs which gives instruction on how to
setup QEMU environment for modern Arm64
omjavaid updated this revision to Diff 271533.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77045/new/
https://reviews.llvm.org/D77045
Files:
lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
Index: lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h
==
omjavaid updated this revision to Diff 271532.
omjavaid added a comment.
This update remove skipping over register infos requirement by overlapping sve
register numbers with debug register numbers which are not required by Linux
register context.
CHANGES SINCE LAST ACTION
https://reviews.llv
omjavaid updated this revision to Diff 271528.
omjavaid added a comment.
This update remove skipping over register infos requirement by overlapping sve
register numbers with debug register numbers which are not required by Linux
register context.
CHANGES SINCE LAST ACTION
https://reviews.llv
clayborg added inline comments.
Comment at:
lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py:221-223
+elif packet_type == 'response':
+if packet['command'] == 'disconnect':
+keepGoing = False
revert
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6c45532908ba: Remove code duplication from
RegisterContextPOSIX_* (authored by omjavaid).
Herald added a subscriber: jrtc27.
Herald added a project: LLDB.
Repository:
rG LLVM Github Monorepo
CHANGES SI
Author: Muhammad Omair Javaid
Date: 2020-06-18T01:02:46+05:00
New Revision: 6c45532908bacc0cf569bcad74f6e04e1e2a6c61
URL:
https://github.com/llvm/llvm-project/commit/6c45532908bacc0cf569bcad74f6e04e1e2a6c61
DIFF:
https://github.com/llvm/llvm-project/commit/6c45532908bacc0cf569bcad74f6e04e1e2a6c
aprantl updated this revision to Diff 271425.
aprantl added a comment.
Fix fallout from the Makefile.rules change by adapting a handful of manually
written Makefiles.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81980/new/
https://reviews.llvm.org/D81980
Files:
lldb/packages/Python
Author: Jonas Devlieghere
Date: 2020-06-17T10:09:06-07:00
New Revision: 64c87a94caadc4a6351ab138dd2ca99975441b60
URL:
https://github.com/llvm/llvm-project/commit/64c87a94caadc4a6351ab138dd2ca99975441b60
DIFF:
https://github.com/llvm/llvm-project/commit/64c87a94caadc4a6351ab138dd2ca99975441b60.d
aprantl updated this revision to Diff 271393.
aprantl added a comment.
Fix decorator usage.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81980/new/
https://reviews.llvm.org/D81980
Files:
lldb/packages/Python/lldbsuite/test/dotest.py
lldb/packages/Python/lldbsuite/test/dotest_args.
Author: Muhammad Omair Javaid
Date: 2020-06-17T15:48:59+05:00
New Revision: e29b31513ff6ec2f55ddac002e937239ca80afaa
URL:
https://github.com/llvm/llvm-project/commit/e29b31513ff6ec2f55ddac002e937239ca80afaa
DIFF:
https://github.com/llvm/llvm-project/commit/e29b31513ff6ec2f55ddac002e937239ca80af
17 matches
Mail list logo