[Lldb-commits] [lldb] [LLDB][Docs] List available settings (PR #168245)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 12 06:42:52 PST 2026


DavidSpickett wrote:

Here's a (toy) example of using the built in json backend - https://github.com/llvm/llvm-project/blob/main/llvm/utils/TableGen/jupyter/sql_query_backend.ipynb

It's similar in structure to what you're doing here. tablegen -> json -> python -> whatever.

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


More information about the lldb-commits mailing list