xref: /llvm-project/lldb/tools/debugserver/resources/debugserver-macosx-private-entitlements.plist (revision 3858e9d6c5136e5a491795c1dcb720361c525526)
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5    <key>com.apple.private.logging.diagnostic</key>
6    <true/>
7    <key>com.apple.private.cs.debugger</key>
8    <true/>
9    <key>com.apple.private.thread-set-state</key>
10    <true/>
11    <key>com.apple.private.set-exception-port</key>
12    <true/>
13</dict>
14</plist>
15