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

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 14 08:26:21 PDT 2026


================
@@ -37,6 +37,22 @@ if (LLDB_ENABLE_PYTHON AND SPHINX_FOUND)
 
     add_dependencies(lldb-python-doc-package swig_wrapper_python)
 
+    get_property(LLDB_ALL_DOC_JSON_FILES GLOBAL PROPERTY LLDB_DOCS_JSON_OUTPUTS)
+    add_custom_command(
+      OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/generated-settings.md"
+      COMMAND 
+        "${Python3_EXECUTABLE}"
+        "${CMAKE_CURRENT_SOURCE_DIR}/_scripts/gen-property-docs-from-json.py"
----------------
JDevlieghere wrote:

Can this script live in the top level (lldb) scripts for? 

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


More information about the lldb-commits mailing list