aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/support/sockutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/support/sockutil.py')
-rw-r--r--packages/Python/lldbsuite/support/sockutil.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/support/sockutil.py b/packages/Python/lldbsuite/support/sockutil.py
index b3d81d14884a..789deed8017a 100644
--- a/packages/Python/lldbsuite/support/sockutil.py
+++ b/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: