[Lldb-commits] [PATCH] D85641: [LLDB] Convert SVE macros into c++ constants and inlines
Muhammad Omair Javaid via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 10 05:30:22 PDT 2020
omjavaid created this revision.
omjavaid added a reviewer: labath.
Herald added a subscriber: tschuett.
Herald added a reviewer: rengolin.
omjavaid requested review of this revision.
This patch updates LLDB's in house version of SVE ptrace/sig macros by converting them into constants and inlines. They are house under SVE namespace and are used by process elf-core for reading SVE register data.
https://reviews.llvm.org/D85641
Files:
lldb/source/Plugins/Process/Utility/LinuxPTraceDefines_arm64sve.h
lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85641.284323.patch
Type: text/x-patch
Size: 18911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200810/6575fa8e/attachment-0001.bin>
More information about the lldb-commits
mailing list