[Lldb-commits] [lldb] [lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server (PR #127505)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 20 08:05:53 PDT 2025


================
@@ -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*")))
----------------
DavidSpickett wrote:

I'd just remove the re.compile, it's probably not improving much, and adding some visual noise.

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


More information about the lldb-commits mailing list