[Lldb-commits] [PATCH] D89335: [lldb] Generic support for caching register set reads/writes [WIP]

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Oct 25 02:11:48 PDT 2020


mgorny updated this revision to Diff 300529.
mgorny marked an inline comment as done.
mgorny added a comment.

Switched `GetRegisterSetForRegNum` to `llvm::Optional`. Also noticed that `NativeRegisterContextNetBSD_x86_64::GetRegisterSetCount()` is entirely meaningless.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89335/new/

https://reviews.llvm.org/D89335

Files:
  lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
  lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.h
  lldb/source/Plugins/Process/Utility/CMakeLists.txt
  lldb/source/Plugins/Process/Utility/NativeRegisterContextCache.cpp
  lldb/source/Plugins/Process/Utility/NativeRegisterContextCache.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89335.300529.patch
Type: text/x-patch
Size: 13707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201025/56cf36cf/attachment-0001.bin>


More information about the lldb-commits mailing list