[Lldb-commits] [lldb] [lldb] Support case-insensitive regex matches (PR #95350)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 13 08:32:05 PDT 2024
felipepiovezan wrote:
> LGTM, may be we could also support this for the command line
Just keep in mind that those are very different queries w.r.t. speed: one goes through a fast path in the accelerator table, the other one doesn't.
https://github.com/llvm/llvm-project/pull/95350
More information about the lldb-commits
mailing list