[Lldb-commits] [lldb] [lldb] Fix use-color settings not persistent (PR #135626)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Sat Apr 19 02:44:07 PDT 2025
================
@@ -99,6 +99,12 @@ class IOHandler {
// Prompt support isn't mandatory
return false;
}
+
+ virtual bool SetUseColor(bool use_color) {
+ // Use color isn't mandatory
----------------
JDevlieghere wrote:
```suggestion
// Color support isn't mandatory.
```
https://github.com/llvm/llvm-project/pull/135626
More information about the lldb-commits
mailing list