[Lldb-commits] [lldb] [lldb] Implement basic support for reverse-continue (PR #112079)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 10 16:52:44 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")
----------------
jimingham wrote:
Is this a typo?
https://github.com/llvm/llvm-project/pull/112079
More information about the lldb-commits
mailing list