[Lldb-commits] [lldb] [lldb] Fix SBTarget::ReadInstruction with flavor (PR #134626)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 11 06:16:05 PDT 2025


================
@@ -0,0 +1,39 @@
+"""
+Test SBTarget Read Instruction.
+"""
+
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+
+
+class TargetReadInstructionsFlavor(TestBase):
+    @skipIf(archs=no_match(["x86_64", "x86", "i386"]), oslist=["windows"])
----------------
DavidSpickett wrote:

Fix: https://github.com/llvm/llvm-project/commit/5b384c3015100ad815f4d994d7ef35cc947db711

https://github.com/llvm/llvm-project/pull/134626


More information about the lldb-commits mailing list