[Lldb-commits] [lldb] Colorize output when searching for symbols in lldb (PR #69422)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 23 07:43:24 PDT 2023
DavidSpickett wrote:
Cool, some good improvements so far.
> Instead of this, should I call the next dump function with name parameter and handle the name=nullptr in the PrintRed function.
It would be a good idea to do this yes. I left some comments suggesting things to check there.
I would do that and remove the redundant `else`s, then move on to replacing PrintRed with the built in function I mentioned.
https://github.com/llvm/llvm-project/pull/69422
More information about the lldb-commits
mailing list