gdb: re-format Python code with black 23
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 18 Apr 2023 16:10:54 +0000 (12:10 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 18 Apr 2023 16:11:03 +0000 (12:11 -0400)
Change-Id: I849d10d69c254342bf01e955ffe62a2b60f9de4b

gdb/gdbarch_components.py
gdb/testsuite/gdb.python/py-unwind.py

index a0e35b8b5e81e3823e1c4329baabe09cdf90cb92..62cd430cbae0dbe8304282e1ebdd89b5badc8295 100644 (file)
@@ -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,
 )
index 201b629f9fe83cb3f53725af603f6a13d7c3735c..8e24a3190c7b869e4a083141fea192150246ae7b 100644 (file)
@@ -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