[all-commits] [llvm/llvm-project] 40653b: [lldb] Fix --persistent-result description (#68128)
Dave Lee via All-commits
all-commits at lists.llvm.org
Tue Oct 3 16:22:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40653b6d6682777f2874eddfb62876cfe5091a6d
https://github.com/llvm/llvm-project/commit/40653b6d6682777f2874eddfb62876cfe5091a6d
Author: Dave Lee <davelee.com at gmail.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M lldb/source/Commands/Options.td
Log Message:
-----------
[lldb] Fix --persistent-result description (#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
More information about the All-commits
mailing list