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

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


================
@@ -6,6 +6,14 @@ lldb_tablegen(ProcessFreeBSDKernelCorePropertiesEnum.inc -gen-lldb-property-enum
   SOURCE ProcessFreeBSDKernelCoreProperties.td
   TARGET LLDBPluginProcessFreeBSDKernelCorePropertiesEnumGen)
 
+lldb_tablegen(ProcessFreeBSDKernelCoreProperties.json -dump-json
+  SOURCE ProcessFreeBSDKernelCoreProperties.td
+  TARGET LLDBPluginProcessFreeBSDKernelCorePropertiesJsonGen)
+
+if (NOT CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
+  return()
----------------
Nerixyz wrote:

Done in both MacOSX-Kernel and FreeBSD-Kernel-Core.

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


More information about the lldb-commits mailing list