[Lldb-commits] [PATCH] D89874: [lldb] Split out NetBSD/x86 watchpoint impl for unification
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 22 06:32:28 PDT 2020
mgorny updated this revision to Diff 299950.
mgorny retitled this revision from "[lldb] Unify x86 watchpoint implementation on Linux and NetBSD (and future FreeBSD plugin) [WIP]" to "[lldb] Split out NetBSD/x86 watchpoint impl for unification".
mgorny edited the summary of this revision.
mgorny added a comment.
Herald added a subscriber: arichardson.
Updated per comments, made it NetBSD-only for now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89874/new/
https://reviews.llvm.org/D89874
Files:
lldb/include/lldb/Host/common/NativeRegisterContext.h
lldb/source/Host/common/NativeRegisterContext.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/NativeRegisterContextWatchpoint_x86.cpp
lldb/source/Plugins/Process/Utility/NativeRegisterContextWatchpoint_x86.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89874.299950.patch
Type: text/x-patch
Size: 26141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201022/9f4d8253/attachment-0001.bin>
More information about the lldb-commits
mailing list