================ @@ -0,0 +1,90 @@ +""" +Test software step-inst +""" + +import lldb +from lldbsuite.test.decorators import * +from lldbsuite.test.lldbtest import * +from lldbsuite.test import lldbutil + + +class TestSoftwareStep(TestBase): + @skipIf(archs=no_match(re.compile("rv*"))) ---------------- dlav-sc wrote:
I didn't think about performance here, I just want to ensure this works with any riscv configuration (rv32, rv64, rv64gc, rv64gvc and so on). I can't really say whether your idea about `skipIf` is good, because I think I don't know python well enough to judge here. https://github.com/llvm/llvm-project/pull/127505 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits