[Lldb-commits] [lldb] [lldb][breakpoint] Grey out disabled breakpoints (PR #91404)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri May 9 17:05:15 PDT 2025


================
@@ -47,6 +48,10 @@ class LLDB_API SBStream {
 
   void Print(const char *str);
 
+  bool HasColor();
+
+  void FormatAnsiTerminalCodes(llvm::StringRef format);
----------------
JDevlieghere wrote:

IIUC we don't need any changes to the SBStream class anymore, right?

https://github.com/llvm/llvm-project/pull/91404


More information about the lldb-commits mailing list