[Lldb-commits] [lldb] [lldb] Add --changed option to `settings show` (PR #196390)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Thu May 7 12:47:01 PDT 2026


bulbazord wrote:

Is there a way you can show what the default value is as well? Something like:
```
(lldb) sett show --changed target
target.load-script-from-symbol-file (enum) = true (default = false)
```
It might be possible to see what the default is, but perhaps the user is on an downstream version of lldb where a default was different.

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


More information about the lldb-commits mailing list