[Lldb-commits] [lldb] [LLDB][Docs] List available settings (PR #168245)
via lldb-commits
lldb-commits at lists.llvm.org
Sun Nov 16 05:53:43 PST 2025
Nerixyz wrote:
> I was a bit skeptical to put the generator command in `lldb-test`. Why not use the main `lldb` binary for this ?
If I'd put it `lldb` itself, then any user could use something like `lldb --generate-documentation <dir>` and get output that's mostly internal. Maybe I'm overthinking this and that could be useful for some users as offline documentation.
https://github.com/llvm/llvm-project/pull/168245
More information about the lldb-commits
mailing list