aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/py-send-packet.py
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2023-02-26 20:13:55 -0500
committerSimon Marchi <simon.marchi@efficios.com>2023-02-27 13:28:32 -0500
commit09de95fbb79c31b1b163a0c19bc1f0cd428c5d8c (patch)
treedf66d8b6c7bdd07070d49f3ed64819102bacf7af /gdb/testsuite/gdb.python/py-send-packet.py
parentaa992b382f91f426cd51bf1375d78eacb509f2cc (diff)
downloadbinutils-09de95fbb79c31b1b163a0c19bc1f0cd428c5d8c.zip
binutils-09de95fbb79c31b1b163a0c19bc1f0cd428c5d8c.tar.gz
binutils-09de95fbb79c31b1b163a0c19bc1f0cd428c5d8c.tar.bz2
gdb: reformat Python files with black 23.1.0
Change-Id: Ie8ec8870a16d71c5858f5d08958309d23c318302 Reviewed-By: Tom Tromey <tom@tromey.com> Reviewed-By: Andrew Burgess <aburgess@redhat.com>
Diffstat (limited to 'gdb/testsuite/gdb.python/py-send-packet.py')
-rw-r--r--gdb/testsuite/gdb.python/py-send-packet.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.python/py-send-packet.py b/gdb/testsuite/gdb.python/py-send-packet.py
index 08e2f1e..fd42f8b 100644
--- a/gdb/testsuite/gdb.python/py-send-packet.py
+++ b/gdb/testsuite/gdb.python/py-send-packet.py
@@ -16,6 +16,7 @@
import xml.etree.ElementTree as ET
import gdb
+
# Make use of gdb.RemoteTargetConnection.send_packet to fetch the
# thread list from the remote target.
#