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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D121062
[lldb] Add a setting to change the progress ANSI escape codes ClosedPublic Authored by JDevlieghere on Mar 5 2022, 4:08 PM.
Details Summary 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.
Diff Detail
Event TimelineJDevlieghere added a parent revision: D120972: [lldb] Show progress events in the command line driver.Mar 5 2022, 4:11 PM 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. Comment ActionsFix copy/paste error in the help This revision is now accepted and ready to land.Mar 8 2022, 5:08 PM This revision was landed with ongoing or failed builds.Mar 8 2022, 6:27 PM Closed by commit rG097d46f41c46: [lldb] Add a setting to change the progress color (authored by JDevlieghere). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 413987 lldb/include/lldb/Core/Debugger.h
lldb/source/Core/CoreProperties.td
lldb/source/Core/Debugger.cpp
|
I would remove the "(i.e. ANSI)" comment.