[Lldb-commits] [PATCH] D82853: [LLDB] Support custom expedited register set in gdb-remote
Muhammad Omair Javaid via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 24 03:21:47 PDT 2020
omjavaid updated this revision to Diff 287323.
omjavaid added a comment.
This reworks previous implementation by returning a vector containing register numbers to be expedited. Default case is minimal set of generic registers or complete register set 0.
In the child rev D82855 <https://reviews.llvm.org/D82855> for NativeRegisterContextLinux_arm64 we call the base function and push_back vg reg num into register number vector before return.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82853/new/
https://reviews.llvm.org/D82853
Files:
lldb/include/lldb/Host/common/NativeRegisterContext.h
lldb/source/Host/common/NativeRegisterContext.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82853.287323.patch
Type: text/x-patch
Size: 6938 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200824/84a12f4c/attachment.bin>
More information about the lldb-commits
mailing list