Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / tools / lldb-server / Darwin / resources / lldb-server-entitlements.plist
blobe05a9baa5d0be5223fc097f013035f89abaccbf7
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.springboard.debugapplications</key>
6 <true/>
7 <key>com.apple.backboardd.launchapplications</key>
8 <true/>
9 <key>com.apple.backboardd.debugapplications</key>
10 <true/>
11 <key>com.apple.frontboard.launchapplications</key>
12 <true/>
13 <key>com.apple.frontboard.debugapplications</key>
14 <true/>
15 <key>run-unsigned-code</key>
16 <true/>
17 <key>seatbelt-profiles</key>
18 <array>
19 <string>debugserver</string>
20 </array>
21 <key>com.apple.private.logging.diagnostic</key>
22 <true/>
23 <key>com.apple.security.network.server</key>
24 <true/>
25 <key>com.apple.security.network.client</key>
26 <true/>
27 </dict>
28 </plist>