This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Change default value of dwim-print-verbosity setting
ClosedPublic

Authored by kastiglione on Mar 7 2023, 4:00 PM.

Details

Summary

Reduce the default value of dwim-print-verbosity to eDWIMPrintVerbosityNone.

Users who wish to see the rewritten expression can set this setting manually. Not unlike
interpreter.expand-regex-aliases.

Diff Detail

Event Timeline

kastiglione created this revision.Mar 7 2023, 4:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2023, 4:00 PM
kastiglione requested review of this revision.Mar 7 2023, 4:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 7 2023, 4:00 PM
aprantl accepted this revision.Mar 7 2023, 5:56 PM

This doesn't affect any tests?

This revision is now accepted and ready to land.Mar 7 2023, 5:56 PM

This doesn't affect any tests?

nope

Clarification: TestDWIMPrint.py uses and tests with this setting, but it explicitly sets the value to "full". The default value doesn't affect tests.