[Lldb-commits] [PATCH] D121062: [lldb] Add a setting to change the progress color

2022-03-05 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: aprantl, labath. Herald added a project: All. JDevlieghere requested review of this revision. Herald added a project: LLDB. Add a setting to change how progress is shown in a color enabled terminal. This follows the existing `-pref

[Lldb-commits] [PATCH] D121062: [lldb] Add a setting to change the progress color

2022-03-05 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 413263. JDevlieghere added a comment. ShowProgress{Prefix,Suffix} -> ShowProgressAnsi{Prefix,Suffix} CHANGES SINCE LAST ACTION https://reviews.llvm.org/D121062/new/ https://reviews.llvm.org/D121062 Files: lldb/include/lldb/Core/Debugger.h lldb/s

[Lldb-commits] [PATCH] D121064: [lldb] Add a setting to change the autosuggestion ANSI escape codes

2022-03-05 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: labath, teemperor. Herald added a project: All. JDevlieghere requested review of this revision. I'm a big fan of the autosuggestion feature but my terminal/color scheme doesn't display faint any differently than regular lldb output

[Lldb-commits] [PATCH] D121062: [lldb] Add a setting to change the progress ANSI escape codes

2022-03-05 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 413269. JDevlieghere retitled this revision from "[lldb] Add a setting to change the progress color" to "[lldb] Add a setting to change the progress ANSI escape codes". JDevlieghere added a comment. Fix copy/paste error in the help CHANGES SINCE LAST