From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1585) id A02273858439; Tue, 19 Jul 2022 15:09:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A02273858439 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Luis Machado To: gdb-cvs@sourceware.org Subject: [binutils-gdb] Reformat gdbarch-components.py to fix deviations X-Act-Checkin: binutils-gdb X-Git-Author: Luis Machado X-Git-Refname: refs/heads/master X-Git-Oldrev: 68cffbbd4406b4efe1aa6e18460b1d7ca02549f1 X-Git-Newrev: e9061058b4fb26a6b4a7243f5dca1eb9066f2671 Message-Id: <20220719150937.A02273858439@sourceware.org> Date: Tue, 19 Jul 2022 15:09:37 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2022 15:09:37 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3De9061058b4fb= 26a6b4a7243f5dca1eb9066f2671 commit e9061058b4fb26a6b4a7243f5dca1eb9066f2671 Author: Luis Machado Date: Tue Jul 19 15:52:29 2022 +0100 Reformat gdbarch-components.py to fix deviations =20 Reformat to make sure we have a clean file with no deviations from the expected python code format. Diff: --- gdb/gdbarch-components.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/gdbarch-components.py b/gdb/gdbarch-components.py index 201dba8e1e1..71aa5991fbe 100644 --- a/gdb/gdbarch-components.py +++ b/gdb/gdbarch-components.py @@ -1552,7 +1552,12 @@ If no tags were found, return an empty vector. """, type=3D"gdb::byte_vector", name=3D"decode_memtag_section", - params=3D[("bfd_section *", "section"), ("int", "type"), ("CORE_ADDR",= "address"), ("size_t", "length")], + params=3D[ + ("bfd_section *", "section"), + ("int", "type"), + ("CORE_ADDR", "address"), + ("size_t", "length"), + ], predicate=3DTrue, invalid=3DTrue, )