We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91223c9 commit 40653b6Copy full SHA for 40653b6
lldb/source/Commands/Options.td
@@ -390,7 +390,7 @@ let Command = "expression" in {
390
Arg<"Boolean">,
391
Desc<"Persist expression result in a variable for subsequent use. "
392
"Expression results will be labeled with $-prefixed variables, e.g. $0, "
393
- "$1, etc. Defaults to true.">;
+ "$1, etc.">;
394
}
395
396
let Command = "frame diag" in {
0 commit comments