X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..b226f5e54a60dc81db17b1260381d7dbfea3cdf1:/tools/lldbmacros/usertaskdebugging/target.py diff --git a/tools/lldbmacros/usertaskdebugging/target.py b/tools/lldbmacros/usertaskdebugging/target.py old mode 100644 new mode 100755 index 9a2059268..36f8ed8ca --- a/tools/lldbmacros/usertaskdebugging/target.py +++ b/tools/lldbmacros/usertaskdebugging/target.py @@ -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