[Lldb-commits] [lldb] [lldb][Windows] Disable debug heap by default (PR #212126)
Nico Weber via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 27 07:09:41 PDT 2026
================
@@ -1,3 +1,15 @@
+lldb_tablegen(PlatformWindowsProperties.inc -gen-lldb-property-defs
+ SOURCE PlatformWindowsProperties.td
+ TARGET LLDBPluginPlatformWindowsPropertiesGen)
+
+lldb_tablegen(PlatformWindowsPropertiesEnum.inc -gen-lldb-property-enum-defs
+ SOURCE PlatformWindowsProperties.td
+ TARGET LLDBPluginPlatformWindowsPropertiesEnumGen)
+
+lldb_tablegen(PlatformWindowsProperties.json -dump-json
----------------
nico wrote:
Thanks!
https://github.com/llvm/llvm-project/pull/212126
More information about the lldb-commits
mailing list