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

Chelsea Cassanova via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 13 15:09:39 PDT 2025


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

Probably not, though does that now mean that I'd just be writing the prefix/suffix with something like `Stream::Printf` now instead of the format function here?

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


More information about the lldb-commits mailing list