[Lldb-commits] [lldb] [lldb][breakpointoptions] Make disabled keyword red (PR #91404)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Thu May 9 11:21:32 PDT 2024
chelcassanova wrote:
I changed this PR to make disabled breakpoints greyed out (per Ismail's suggestion). Since this is being done at the `Breakpoint` level we have access to the target and its debugger to access `GetUseColor()`.
https://github.com/llvm/llvm-project/pull/91404
More information about the lldb-commits
mailing list