]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/lldbmacros/usertaskdebugging/target.py
xnu-4570.1.46.tar.gz
[apple/xnu.git] / tools / lldbmacros / usertaskdebugging / target.py
old mode 100644 (file)
new mode 100755 (executable)
index 9a20592..36f8ed8
@@ -25,7 +25,7 @@ class Process(object):
             'default_packet_timeout': '10', 'distribution_id': None
         }
 
-        # if cputype is arm assume its ios
+        ## if cputype is arm assume its ios
         if (cputype & 0xc) != 0xc:
             self.hinfo['ostype'] = 'ios'
         self.ptrsize = ptrsize