aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2023-04-18 12:10:54 -0400
committerSimon Marchi <simon.marchi@efficios.com>2023-04-18 12:11:03 -0400
commitd7845ddc86a62fa6bcea166b86b43d0dd1e73139 (patch)
treefac5555ed6e249a5e9dcb6ab2bfe89186ebcb3f2 /gdb/testsuite
parentc1a398a320f46905eaf6f520dddc441791861dcb (diff)
downloadgdb-d7845ddc86a62fa6bcea166b86b43d0dd1e73139.zip
gdb-d7845ddc86a62fa6bcea166b86b43d0dd1e73139.tar.gz
gdb-d7845ddc86a62fa6bcea166b86b43d0dd1e73139.tar.bz2
gdb: re-format Python code with black 23
Change-Id: I849d10d69c254342bf01e955ffe62a2b60f9de4b
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/gdb.python/py-unwind.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.python/py-unwind.py b/gdb/testsuite/gdb.python/py-unwind.py
index 201b629..8e24a31 100644
--- a/gdb/testsuite/gdb.python/py-unwind.py
+++ b/gdb/testsuite/gdb.python/py-unwind.py
@@ -198,6 +198,7 @@ def capture_frame_information(frame):
# capture_all_frame_information.
all_frame_information = []
+
# Fill in the global ALL_FRAME_INFORMATION list.
def capture_all_frame_information():
global all_frame_information