[Lldb-commits] [lldb] [lldb] add plugin names to process save-core error output. (PR #143126)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 6 08:43:11 PDT 2025


DavidSpickett wrote:

We can generate help text at runtime (e.g. https://github.com/llvm/llvm-project/blob/a029ece7b0077ef7417362891b32a53a825adb32/lldb/source/Commands/CommandObjectType.cpp#L785) but I'm not sure you'd have access to the pluginmanager from there.

There's some stuff for tab completing plugin names, we could hook that up, but that feels like a nice to have. I'm not sure as a user I'd even think to try it anyway, something in the help/error message is much more discoverable.

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


More information about the lldb-commits mailing list