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

via lldb-commits lldb-commits at lists.llvm.org
Fri May 10 09:25:04 PDT 2024


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


More information about the lldb-commits mailing list