[Lldb-commits] [PATCH] D63380: [lldb] [test] Skip watchpoint tests on NetBSD if userdbregs is disabled

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 17 01:16:30 PDT 2019


labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lldb/packages/Python/lldbsuite/test/dotest.py:1197
+      return False, "security.models.extensions.user_set_dbregs disabled"
+    return True, "dbregs always writable"
+
----------------
The string isn't used anywhere, but I'd use a slightly more generic value here, because there are a number of reasons watchpoints can/cannot work on a given platform...


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

https://reviews.llvm.org/D63380





More information about the lldb-commits mailing list