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

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Oct 25 03:52:39 PDT 2020


mgorny updated this revision to Diff 300533.
mgorny retitled this revision from "[lldb] Generic support for caching register set reads/writes [WIP]" to "[lldb] Generic support for caching register set reads/writes".
mgorny edited the summary of this revision.
mgorny added a comment.

Now with actual caching support.


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

https://reviews.llvm.org/D89335

Files:
  lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
  lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.cpp
  lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.h
  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.300533.patch
Type: text/x-patch
Size: 24282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201025/8bef7110/attachment-0001.bin>


More information about the lldb-commits mailing list