[Lldb-commits] [lldb] [LLDB] Include settings prefixes in apropos search (PR #194873)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 30 06:46:43 PDT 2026


DavidSpickett wrote:

I've implemented property prefixes as a separate set of results. I'm not sure if "prefix" is the proper term, correct me if not.

As I'm now only matching on the name rather than qualified name, you cannot search for multiple components of the qualified name like "abc.def". I could put that back and only do it for prefixes if we want that.

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


More information about the lldb-commits mailing list