Skip to content

Commit 40653b6

Browse files
authored
[lldb] Fix --persistent-result description (llvm#68128)
The default is not static, it depends on context. For `expression`, the default is true, but for `dwim-print`, the default is false. rdar://116320377
1 parent 91223c9 commit 40653b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Commands/Options.td

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ let Command = "expression" in {
390390
Arg<"Boolean">,
391391
Desc<"Persist expression result in a variable for subsequent use. "
392392
"Expression results will be labeled with $-prefixed variables, e.g. $0, "
393-
"$1, etc. Defaults to true.">;
393+
"$1, etc.">;
394394
}
395395

396396
let Command = "frame diag" in {

0 commit comments

Comments
 (0)