================ @@ -6,6 +6,14 @@ lldb_tablegen(ProcessKDPPropertiesEnum.inc -gen-lldb-property-enum-defs SOURCE ProcessKDPProperties.td TARGET LLDBPluginProcessMacOSXKernelPropertiesEnumGen) +lldb_tablegen(ProcessKDPProperties.json -gen-lldb-property-docs-json + SOURCE ProcessKDPProperties.td + TARGET LLDBPluginProcessMacOSXKernelPropertiesJsonGen) + +if (NOT CMAKE_SYSTEM_NAME MATCHES "Darwin") + return() +endif() ---------------- DavidSpickett wrote:
Yes, I see it in Plugins/Process/CMakeLists.txt. https://github.com/llvm/llvm-project/pull/168245 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
