[Lldb-commits] [PATCH] D111295: [lldb] [Target] Make addSupplementaryRegister() work on RRI vector

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 7 03:10:15 PDT 2021


mgorny created this revision.
mgorny added reviewers: labath, teemperor, krytarowski, emaste.
mgorny requested review of this revision.

Move DynamicRegisterInfo::AddSupplementaryRegister() into a standalone
function working on std::vector<RemoteRegisterInfo>.  This will make it
possible to use it without DynamicRegisterInfo.


https://reviews.llvm.org/D111295

Files:
  lldb/include/lldb/Target/DynamicRegisterInfo.h
  lldb/include/lldb/Target/RemoteRegisterInfo.h
  lldb/source/Target/CMakeLists.txt
  lldb/source/Target/DynamicRegisterInfo.cpp
  lldb/source/Target/RemoteRegisterInfo.cpp
  lldb/unittests/Target/CMakeLists.txt
  lldb/unittests/Target/DynamicRegisterInfoTest.cpp
  lldb/unittests/Target/RemoteRegisterInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111295.377790.patch
Type: text/x-patch
Size: 10067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211007/16fc43dc/attachment.bin>


More information about the lldb-commits mailing list