jimingham wrote:

I'm not sure checking the debugger here resolves the difficulty I pointed out 
earlier.  If I make an SBStream and call SBBreakpoint::GetDescription, I will 
have passed in an SBStream with `use_color` explicitly off.  It still seems to 
me that should take precedence over the debugger's global setting.  I wanted 
this for programmatic uses presumably, and shouldn't have to deal with color 
codes...  Having to temporarily unset the global use color in the debugger to 
get this effect is not a good design.

https://github.com/llvm/llvm-project/pull/91404
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to