X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..cc8bc92ae4a8e9f1a1ab61bf83d34ad8150b3405:/tools/lldbmacros/usertaskdebugging/gdbserver.py diff --git a/tools/lldbmacros/usertaskdebugging/gdbserver.py b/tools/lldbmacros/usertaskdebugging/gdbserver.py old mode 100644 new mode 100755 index 19b871adb..53f788b14 --- a/tools/lldbmacros/usertaskdebugging/gdbserver.py +++ b/tools/lldbmacros/usertaskdebugging/gdbserver.py @@ -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