Skip to content

Commit dcb09f5

Browse files
authored
Merge pull request #7022 from apple/cp/r108912676-103032208-two-new-debugserver-entitlements-1013-2
Add two new entitlements when debugserver is built by Apple
2 parents 1603014 + f743dbf commit dcb09f5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

lldb/tools/debugserver/resources/debugserver-entitlements.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@
2626
<true/>
2727
<key>com.apple.private.cs.debugger</key>
2828
<true/>
29+
<key>com.apple.private.thread-set-state</key>
30+
<true/>
31+
<key>com.apple.private.set-exception-port</key>
32+
<true/>
2933
</dict>
3034
</plist>

lldb/tools/debugserver/resources/debugserver-macosx-private-entitlements.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
<true/>
77
<key>com.apple.private.cs.debugger</key>
88
<true/>
9+
<key>com.apple.private.thread-set-state</key>
10+
<true/>
11+
<key>com.apple.private.set-exception-port</key>
12+
<true/>
913
</dict>
1014
</plist>

0 commit comments

Comments
 (0)