[Lldb-commits] [PATCH] D96548: [lldb] [Process/FreeBSDRemote] Introduce aarch64 hw break/watchpoint support

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 17 12:41:39 PST 2021


mgorny updated this revision to Diff 324393.
mgorny retitled this revision from "[lldb] [Process/FreeBSDRemote] Introduce aarch64 hw break/watchpoint support [WIP]" to "[lldb] [Process/FreeBSDRemote] Introduce aarch64 hw break/watchpoint support".
mgorny added a reviewer: mhorne.
mgorny added a comment.

Ok, the changes have landed in FreeBSD src, so I think we're ready to go here.

Changes from previous version:

- enabled hardware breakpoints on FreeBSD
- changed the existing names to use `hbp` consistently (instead of mix of `hbp` and `hbr`)
- added FreeBSD version checks


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

https://reviews.llvm.org/D96548

Files:
  lldb/packages/Python/lldbsuite/test/dotest.py
  lldb/source/Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp
  lldb/source/Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp
  lldb/source/Plugins/Process/FreeBSD/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.324393.patch
Type: text/x-patch
Size: 44981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210217/571eefd5/attachment-0001.bin>


More information about the lldb-commits mailing list