================ @@ -54,13 +54,20 @@ def run_test_evaluate_expressions( line_number(source, "// breakpoint 5"), line_number(source, "// breakpoint 6"), line_number(source, "// breakpoint 7"), + line_number(source, "// breakpoint 8"), ], ) self.continue_to_next_stop() # Expressions at breakpoint 1, which is in main self.assertEvaluate("var1", "20") + # Empty expression should equate to the previous expression. + if context == "repl": + self.assertEvaluate("", "20") ---------------- cmtice wrote:
Done https://github.com/llvm/llvm-project/pull/107485 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits