[lldb] Add a setting to change the progress color
authorJonas Devlieghere <jonas@devlieghere.com>
Sun, 6 Mar 2022 01:52:01 +0000 (17:52 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 9 Mar 2022 02:25:10 +0000 (18:25 -0800)
commit097d46f41c46a5e03bac673d264754628775b055
treecb7e3223cddda2c0eb6f0fb0a63671cbb36c5559
parent5a27b99825a5ba3a7a2eec3d35aea381a3ba9a31
[lldb] Add a setting to change the progress color

Add a setting to change how progress is shown in a color enabled
terminal. This follows the existing -prefix, -suffix pattern
that's used elsewhere in lldb.

Differential revision: https://reviews.llvm.org/D121062
lldb/include/lldb/Core/Debugger.h
lldb/source/Core/CoreProperties.td
lldb/source/Core/Debugger.cpp