[Lldb-commits] [PATCH] D96548: [lldb] [Process/FreeBSDRemote] Introduce aarch64 hw break/watchpoint support [WIP]
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 11 14:01:18 PST 2021
mgorny created this revision.
mgorny added reviewers: krytarowski, emaste, labath.
Herald added subscribers: omjavaid, danielkiss, kristof.beyls, arichardson.
mgorny requested review of this revision.
Split out the common base of Linux hardware breakpoint/watchpoint
support for AArch64 into a Utility class, and use it to implement
the matching support on FreeBSD.
https://reviews.llvm.org/D96548
Files:
lldb/source/Plugins/Process/FreeBSDRemote/NativeProcessFreeBSD.cpp
lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_arm64.cpp
lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_arm64.h
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.h
lldb/source/Plugins/Process/Utility/CMakeLists.txt
lldb/source/Plugins/Process/Utility/NativeRegisterContextBreakWatchpoint_arm64.cpp
lldb/source/Plugins/Process/Utility/NativeRegisterContextBreakWatchpoint_arm64.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96548.323145.patch
Type: text/x-patch
Size: 42631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210211/73a812c3/attachment-0001.bin>
More information about the lldb-commits
mailing list