[Lldb-commits] [lldb] [lldb] Support case-insensitive regex matches (PR #95350)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 12 21:57:27 PDT 2024
medismailben wrote:
LGTM, may be we could also support this for the command line
```
(lldb) target modules lookup -F square
1 match found in /tmp/step:
Address: step[0x0000000100003ee8] (step.__TEXT.__text + 0)
Summary: step`square at step.c:3
(lldb) target modules lookup -F Square
```
https://github.com/llvm/llvm-project/pull/95350
More information about the lldb-commits
mailing list