[Lldb-commits] [PATCH] D97282: [lldb][AArch64] Add memory-tagging qSupported feature
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 29 02:57:44 PDT 2021
DavidSpickett updated this revision to Diff 341447.
DavidSpickett added a comment.
`asm/hwcap.h` is not available on x86 (riscv/arm/aarch64 have it at least)
so #ifdef the includes and auxval call.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97282/new/
https://reviews.llvm.org/D97282
Files:
lldb/include/lldb/Host/common/NativeProcessProtocol.h
lldb/include/lldb/Target/Process.h
lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97282.341447.patch
Type: text/x-patch
Size: 8435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210429/54904ba1/attachment-0001.bin>
More information about the lldb-commits
mailing list