From: Simon Marchi Date: Tue, 18 Apr 2023 16:10:54 +0000 (-0400) Subject: gdb: re-format Python code with black 23 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7845ddc86a62fa6bcea166b86b43d0dd1e73139;p=binutils-gdb.git gdb: re-format Python code with black 23 Change-Id: I849d10d69c254342bf01e955ffe62a2b60f9de4b --- diff --git a/gdb/gdbarch_components.py b/gdb/gdbarch_components.py index a0e35b8b5e8..62cd430cbae 100644 --- a/gdb/gdbarch_components.py +++ b/gdb/gdbarch_components.py @@ -918,8 +918,11 @@ Return true if the typedef record needs to be replaced.". Return 0 by default""", type="bool", name="dwarf2_omit_typedef_p", - params=[("struct type *", "target_type"), ("const char *", "producer"), - ("const char *", "name")], + params=[ + ("struct type *", "target_type"), + ("const char *", "producer"), + ("const char *", "name"), + ], predefault="default_dwarf2_omit_typedef_p", invalid=False, ) diff --git a/gdb/testsuite/gdb.python/py-unwind.py b/gdb/testsuite/gdb.python/py-unwind.py index 201b629f9fe..8e24a3190c7 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