[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #112079)

Robert O'Callahan via lldb-commits lldb-commits at lists.llvm.org
Sat Dec 14 03:21:31 PST 2024


================
@@ -652,7 +652,7 @@ def assert_match(self, asserter, accumulated_output, context):
         if not accumulated_output:
             raise Exception("accumulated_output cannot be none")
         if not context:
-            raise Exception("context cannot be none")
+            raise Exception("context cannot be nvalione")
----------------
rocallahan wrote:

Stray garbage. Fixed.

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


More information about the lldb-commits mailing list