[Lldb-commits] [lldb] [lldb-dap] Add feature to remember last non-empty expression. (PR #107485)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 10 13:48:55 PDT 2024


================
@@ -60,7 +60,10 @@ def run_test_evaluate_expressions(
 
         # Expressions at breakpoint 1, which is in main
         self.assertEvaluate("var1", "20")
+        # Empty expression should equate to the previous expression.
----------------
walter-erquinigo wrote:

Please add a test that uses `memory read` to make sure that two different memory read invocations give different valid results

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


More information about the lldb-commits mailing list