[Lldb-commits] [lldb] r251092 - Remove some tabs that snuck into debugserver-entitlements.plist, etc.

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 22 19:54:21 PDT 2015


Author: jmolenda
Date: Thu Oct 22 21:54:21 2015
New Revision: 251092

URL: http://llvm.org/viewvc/llvm-project?rev=251092&view=rev
Log:
Remove some tabs that snuck into debugserver-entitlements.plist, etc.

Modified:
    lldb/trunk/tools/debugserver/source/RNBRemote.cpp
    lldb/trunk/tools/debugserver/source/debugserver-entitlements.plist

Modified: lldb/trunk/tools/debugserver/source/RNBRemote.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/source/RNBRemote.cpp?rev=251092&r1=251091&r2=251092&view=diff
==============================================================================
--- lldb/trunk/tools/debugserver/source/RNBRemote.cpp (original)
+++ lldb/trunk/tools/debugserver/source/RNBRemote.cpp Thu Oct 22 21:54:21 2015
@@ -5846,13 +5846,11 @@ RNBRemote::HandlePacket_qProcessInfo (co
                     DNBLogThreadedIf (LOG_RNB_PROC, "LC_VERSION_MIN_MACOSX -> 'ostype:macosx;'");
                     break;
 
-#if defined (DT_VARIANT_PONDEROSA) || TARGET_OS_TV == 1
                 case LC_VERSION_MIN_TVOS:
                     os_handled = true;
                     rep << "ostype:tvos;";
                     DNBLogThreadedIf (LOG_RNB_PROC, "LC_VERSION_MIN_TVOS -> 'ostype:tvos;'");
                     break;
-#endif
 
                 case LC_VERSION_MIN_WATCHOS:
                     os_handled = true;

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=251092&r1=251091&r2=251092&view=diff
==============================================================================
--- lldb/trunk/tools/debugserver/source/debugserver-entitlements.plist (original)
+++ lldb/trunk/tools/debugserver/source/debugserver-entitlements.plist Thu Oct 22 21:54:21 2015
@@ -2,22 +2,22 @@
 <!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.springboard.debugapplications</key>
-	<true/>
-	<key>com.apple.backboardd.launchapplications</key>
-	<true/>
-	<key>com.apple.backboardd.debugapplications</key>
-	<true/>
+    <key>com.apple.springboard.debugapplications</key>
+    <true/>
+    <key>com.apple.backboardd.launchapplications</key>
+    <true/>
+    <key>com.apple.backboardd.debugapplications</key>
+    <true/>
     <key>com.apple.frontboard.launchapplications</key>
     <true/>
     <key>com.apple.frontboard.debugapplications</key>
     <true/>
-	<key>run-unsigned-code</key>
-	<true/>
-	<key>seatbelt-profiles</key>
-	<array>
-		<string>debugserver</string>
-	</array>
+    <key>run-unsigned-code</key>
+    <true/>
+    <key>seatbelt-profiles</key>
+    <array>
+        <string>debugserver</string>
+    </array>
     <key>com.apple.diagnosticd.diagnostic</key>
     <true/>
     <key>com.apple.security.network.server</key>




More information about the lldb-commits mailing list