https://github.com/kastiglione created https://github.com/llvm/llvm-project/pull/68128
The default is not static, it depends on context. For `expression`, the default is true, but for `dwim-print`, the default is false. >From 098ae1d2a09a406792e32e56b029a8e8a970630e Mon Sep 17 00:00:00 2001 From: Dave Lee <davelee....@gmail.com> Date: Tue, 3 Oct 2023 09:38:25 -0700 Subject: [PATCH] [lldb] Fix --persistent-result description The default is not static, it depends on context. For `expression`, the default is true, but for `dwim-print`, the default is false. --- lldb/source/Commands/Options.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/Commands/Options.td b/lldb/source/Commands/Options.td index 04830b8b990efae..cfdeaabfa007743 100644 --- a/lldb/source/Commands/Options.td +++ b/lldb/source/Commands/Options.td @@ -390,7 +390,7 @@ let Command = "expression" in { Arg<"Boolean">, Desc<"Persist expression result in a variable for subsequent use. " "Expression results will be labeled with $-prefixed variables, e.g. $0, " - "$1, etc. Defaults to true.">; + "$1, etc.">; } let Command = "frame diag" in { _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits