[Lldb-commits] [lldb] Colorize output when searching for symbols in lldb (PR #69422)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 26 02:36:16 PDT 2023


DavidSpickett wrote:

> Can you please confirm weather the test cases good for now and the future plan looks okay? ;)

Sounds good but see my comment about substrings vs. regex. If you go and special case all the characters you're gonna end up reinventing a regex engine, but you don't need to do that, we have functions to handle that already.

https://github.com/llvm/llvm-project/pull/69422


More information about the lldb-commits mailing list