[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
Fri Feb 19 09:54:00 PST 2021


mgorny updated this revision to Diff 325021.
mgorny added a comment.

- fixed broken FreeBSD release check in lldb
- fixed UB in FreeBSD's bp/wp impl
- implemented changes requested in comments
- refactored bp/wp code to use a few helper constants and utility functions

Please let me know if you think I should change more stuff here.


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.325021.patch
Type: text/x-patch
Size: 46472 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210219/24d8d4aa/attachment-0001.bin>


More information about the lldb-commits mailing list