[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 05:24:08 PST 2021


mgorny added a comment.

In D96548#2571489 <https://reviews.llvm.org/D96548#2571489>, @mhorne wrote:

> I should also note that it is my intention to merge the FreeBSD watchpoint patches into the 13.0 branch, in about a week's time. So your `__FreeBSD_version` checks will need to be updated after that point.

Do you have any suggestion how we could check for kernel version from Python at runtime? (to determine whether we should expect watchpoint tests to work)


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

https://reviews.llvm.org/D96548



More information about the lldb-commits mailing list