diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/support/sockutil.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/support/sockutil.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/support/sockutil.py b/lldb/packages/Python/lldbsuite/support/sockutil.py index b3d81d14884..789deed8017 100644 --- a/lldb/packages/Python/lldbsuite/support/sockutil.py +++ b/lldb/packages/Python/lldbsuite/support/sockutil.py @@ -14,6 +14,7 @@ import socket # LLDB modules import use_lldb_suite + def recvall(sock, size): bytes = io.BytesIO() while size > 0: |