gdb: re-format Python code with black 23

Change-Id: I849d10d69c254342bf01e955ffe62a2b60f9de4b
This commit is contained in:
Simon Marchi
2023-04-18 12:10:54 -04:00
parent c1a398a320
commit d7845ddc86
2 changed files with 6 additions and 2 deletions

View 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,
)

View 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