[Lldb-commits] [PATCH] D110569: [lldb] [Process/FreeBSD] Rework arm64 register access
Andrew Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 27 10:33:04 PDT 2021
andrew created this revision.
andrew added a reviewer: mgorny.
Herald added subscribers: omjavaid, kristof.beyls, krytarowski, arichardson, emaste.
andrew requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
To simplify future register access rework the FreeBSD arm64 register
read/write functions to be similar to on Linux.
This will simplify adding more register sets, e.g. for Pointer
Authentication.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110569
Files:
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD.h
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp
lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110569.375331.patch
Type: text/x-patch
Size: 9171 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210927/9049bbdf/attachment.bin>
More information about the lldb-commits
mailing list