[Lldb-commits] [lldb] [debugserver] Support for `qMemTags` packet (PR #160952)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 2 02:14:30 PDT 2025


================
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+    <key>com.apple.security.hardened-process</key>
+    <true/>
+    <key>com.apple.security.hardened-process.checked-allocations</key>
----------------
DavidSpickett wrote:

So this opts the entire process into tagging, correct?

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


More information about the lldb-commits mailing list