[Lldb-commits] [PATCH] D145940: [lldb] Add test for unavailable registers

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 13 07:43:09 PDT 2023


DavidSpickett added inline comments.


================
Comment at: lldb/test/API/commands/register/register/TestRegistersUnavailable.py:57
+            "other:\n"
+            "1 registers were unavailable."])
----------------
The only difference here if you have the x86 backend vs. not, is that there is another set after these two. I've checked the test in both configurations and it passes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145940



More information about the lldb-commits mailing list