[Lldb-commits] [lldb] [LLDB][Docs] List available settings (PR #168245)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Sun Nov 16 14:55:51 PST 2025
https://github.com/JDevlieghere requested changes to this pull request.
I'm very supportive of the idea, but I have concerns with the implementation.
You say that currently that building the documentation depends on `liblldb` but I don't believe that's accurate (or if it is, that's a regression). The only thing we should depend on is on the SWIG wrapper (`lldb.py`) which only depends on parsing the API headers.
Could we achieve the same thing by parsing the TableGen for the settings directly? I did [something similar](https://github.com/llvm/llvm-project/blob/main/llvm/utils/TableGen/OptionRSTEmitter.cpp) for generating the command line options.
https://github.com/llvm/llvm-project/pull/168245
More information about the lldb-commits
mailing list