[Lldb-commits] [lldb] [lldb][riscv] Fix setting breakpoint for undecoded instruction (PR #90075)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed May 29 00:41:35 PDT 2024


================
@@ -0,0 +1,27 @@
+"""
+Test that we can set up software breakpoint even if we failed to decode and execute instruction
+"""
+
+import lldb
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+
+
+class TestBreakpointIlligal(TestBase):
----------------
labath wrote:

typo (Illegal). Also in the file name.

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


More information about the lldb-commits mailing list