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

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 30 07:00:33 PDT 2026


DavidSpickett wrote:

> I'm not sure if "prefix" is the proper term, correct me if not.

Maybe "path", given this error message:
```
(lldb) settings list platform.plugin.qemu-user.
error: invalid property path 'platform.plugin.qemu-user.'
(lldb) settings list platform.plugin.qemu-user

'platform.plugin.qemu-user' variables:
```

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


More information about the lldb-commits mailing list