Author: jmolenda Date: Thu Feb 28 19:34:51 2019 New Revision: 355170 URL: http://llvm.org/viewvc/llvm-project?rev=355170&view=rev Log: Update com.apple.diagnosticd.diagnostic entitlement name to the newer com.apple.private.logging.diagnostic.
<rdar://problem/47183116> Modified: lldb/trunk/tools/debugserver/source/debugserver-entitlements.plist lldb/trunk/tools/debugserver/source/debugserver-macosx-entitlements.plist lldb/trunk/tools/lldb-server/Darwin/resources/lldb-server-entitlements.plist lldb/trunk/tools/lldb-server/Darwin/resources/lldb-server-macos-entitlements.plist Modified: lldb/trunk/tools/debugserver/source/debugserver-entitlements.plist URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/source/debugserver-entitlements.plist?rev=355170&r1=355169&r2=355170&view=diff ============================================================================== --- lldb/trunk/tools/debugserver/source/debugserver-entitlements.plist (original) +++ lldb/trunk/tools/debugserver/source/debugserver-entitlements.plist Thu Feb 28 19:34:51 2019 @@ -16,7 +16,7 @@ <array> <string>debugserver</string> </array> - <key>com.apple.diagnosticd.diagnostic</key> + <key>com.apple.private.logging.diagnostic</key> <true/> <key>com.apple.security.network.server</key> <true/> Modified: lldb/trunk/tools/debugserver/source/debugserver-macosx-entitlements.plist URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/source/debugserver-macosx-entitlements.plist?rev=355170&r1=355169&r2=355170&view=diff ============================================================================== --- lldb/trunk/tools/debugserver/source/debugserver-macosx-entitlements.plist (original) +++ lldb/trunk/tools/debugserver/source/debugserver-macosx-entitlements.plist Thu Feb 28 19:34:51 2019 @@ -2,7 +2,7 @@ <!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.diagnosticd.diagnostic</key> + <key>com.apple.private.logging.diagnostic</key> <true/> <key>com.apple.private.cs.debugger</key> <true/> Modified: lldb/trunk/tools/lldb-server/Darwin/resources/lldb-server-entitlements.plist URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-server/Darwin/resources/lldb-server-entitlements.plist?rev=355170&r1=355169&r2=355170&view=diff ============================================================================== --- lldb/trunk/tools/lldb-server/Darwin/resources/lldb-server-entitlements.plist (original) +++ lldb/trunk/tools/lldb-server/Darwin/resources/lldb-server-entitlements.plist Thu Feb 28 19:34:51 2019 @@ -18,7 +18,7 @@ <array> <string>debugserver</string> </array> - <key>com.apple.diagnosticd.diagnostic</key> + <key>com.apple.private.logging.diagnostic</key> <true/> <key>com.apple.security.network.server</key> <true/> Modified: lldb/trunk/tools/lldb-server/Darwin/resources/lldb-server-macos-entitlements.plist URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-server/Darwin/resources/lldb-server-macos-entitlements.plist?rev=355170&r1=355169&r2=355170&view=diff ============================================================================== --- lldb/trunk/tools/lldb-server/Darwin/resources/lldb-server-macos-entitlements.plist (original) +++ lldb/trunk/tools/lldb-server/Darwin/resources/lldb-server-macos-entitlements.plist Thu Feb 28 19:34:51 2019 @@ -2,7 +2,7 @@ <!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.diagnosticd.diagnostic</key> + <key>com.apple.private.logging.diagnostic</key> <true/> </dict> </plist> _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits