Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7717486

Browse files
committedOct 23, 2015
Remove some tabs that snuck into debugserver-entitlements.plist, etc.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@251092 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent da81745 commit 7717486

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed
 

‎tools/debugserver/source/RNBRemote.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5846,13 +5846,11 @@ RNBRemote::HandlePacket_qProcessInfo (const char *p)
58465846
DNBLogThreadedIf (LOG_RNB_PROC, "LC_VERSION_MIN_MACOSX -> 'ostype:macosx;'");
58475847
break;
58485848

5849-
#if defined (DT_VARIANT_PONDEROSA) || TARGET_OS_TV == 1
58505849
case LC_VERSION_MIN_TVOS:
58515850
os_handled = true;
58525851
rep << "ostype:tvos;";
58535852
DNBLogThreadedIf (LOG_RNB_PROC, "LC_VERSION_MIN_TVOS -> 'ostype:tvos;'");
58545853
break;
5855-
#endif
58565854

58575855
case LC_VERSION_MIN_WATCHOS:
58585856
os_handled = true;

‎tools/debugserver/source/debugserver-entitlements.plist

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<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/>
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/>
1111
<key>com.apple.frontboard.launchapplications</key>
1212
<true/>
1313
<key>com.apple.frontboard.debugapplications</key>
1414
<true/>
15-
<key>run-unsigned-code</key>
16-
<true/>
17-
<key>seatbelt-profiles</key>
18-
<array>
19-
<string>debugserver</string>
20-
</array>
15+
<key>run-unsigned-code</key>
16+
<true/>
17+
<key>seatbelt-profiles</key>
18+
<array>
19+
<string>debugserver</string>
20+
</array>
2121
<key>com.apple.diagnosticd.diagnostic</key>
2222
<true/>
2323
<key>com.apple.security.network.server</key>

0 commit comments

Comments
 (0)
This repository has been archived.