mgorny marked an inline comment as done.
mgorny added inline comments.

================
Comment at: 
lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp:899
+      (dr7_value.GetAsUInt64() & bit_mask) != (rw_bits | size_bits)) {
+    // for watchpoints 0, 1, 2, or 3, respectively, clear bits 0, 1, 2, or 3 of
+    // the debug status register (DR6)
----------------
Just occurred to me I can probably reuse the new function here.


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

https://reviews.llvm.org/D70025



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to