[Lldb-commits] [lldb] Colorize output when searching for symbols in lldb (PR #69422)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 2 01:36:43 PDT 2023
taalhaataahir0102 wrote:
Hi David!
Thanks for the detailed explanation. I got you point that instead of passing the whole object, we should only pass the information required by the next functions. Now I' passing a vector down the track that holds a pair of two things:
`std::vector<std::pair<bool, const char*>> info;`
- The searched regex string
- Use-color settings
https://github.com/llvm/llvm-project/pull/69422
More information about the lldb-commits
mailing list