[Lldb-commits] [PATCH] D147045: [lldb] Drop RegisterInfoInterface::GetDynamicRegisterInfo

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 28 05:57:44 PDT 2023


labath created this revision.
labath added a reviewer: DavidSpickett.
Herald added a subscriber: pengfei.
Herald added a project: All.
labath requested review of this revision.
Herald added a project: LLDB.

"Dynamic register info" is a very overloaded term, and this particular
instance of it was only used for passing the information about the
"orig_[re]ax" pseudo-register on x86 through some generic code. Since
both sides of the code are x86-specific, I have replaced this with a
more direct route.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D147045

Files:
  lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
  lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.h
  lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp
  lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h
  lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.cpp
  lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h
  lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86.h
  lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
  lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h
  lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147045.508978.patch
Type: text/x-patch
Size: 13193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230328/50f35277/attachment-0001.bin>


More information about the lldb-commits mailing list