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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
