[Lldb-commits] [PATCH] D91264: [lldb] [test] Add a minimal test for x86 dbreg reading

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 12 03:39:44 PST 2020


mgorny added inline comments.


================
Comment at: lldb/test/Shell/Register/x86-db-read.test:2
+# XFAIL: system-windows
+# REQUIRES: native && (target-x86 || target-x86_64) && can-set-dbregs
+# RUN: %clangxx_host -g %p/Inputs/x86-db-read.cpp -o %t
----------------
labath wrote:
> mgorny wrote:
> > labath wrote:
> > > Who sets `can-set-dbregs` ?
> > https://github.com/llvm/llvm-project/blob/master/lldb/test/Shell/lit.cfg.py#L123
> The feature name is `dbregs-set`, is it not ?
Indeed it is. Silly me.


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

https://reviews.llvm.org/D91264



More information about the lldb-commits mailing list