]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/lldbmacros/usertaskdebugging/gdbserver.py
xnu-4570.1.46.tar.gz
[apple/xnu.git] / tools / lldbmacros / usertaskdebugging / gdbserver.py
old mode 100644 (file)
new mode 100755 (executable)
index 19b871a..53f788b
@@ -39,7 +39,7 @@ class GDBServer(object):
                 p_end = readBytes.find('#')
                 if p_begin >= 0 and p_end >= 0 and p_end > p_begin:
                     break
-            #if empty message or acks just ignore
+            # ignore if empty or ack messages
             if readBytes in ('', '+'):
                 logging.debug('ignoring message: %s' % readBytes)
                 continue