The sourceware buildbot reported "python black formatter ( failure )" at
commit
b034bb38772 ("[gdb] Add gdbarch_dwarf2_reg_piece_offset hook").
Fix this by running the precommit hooks in a container with Python 3.11 using:
...
$ pre-commit run --files gdb*/*
...
""",
type="ULONGEST",
name="dwarf2_reg_piece_offset",
- params=[
- ("int", "regnum"),
- ("ULONGEST", "size")
- ],
+ params=[("int", "regnum"), ("ULONGEST", "size")],
predefault="default_dwarf2_reg_piece_offset",
invalid=False,
)