diff options
author | Luis Machado <luis.machado@arm.com> | 2022-07-19 15:52:29 +0100 |
---|---|---|
committer | Luis Machado <luis.machado@arm.com> | 2022-07-19 16:07:55 +0100 |
commit | e9061058b4fb26a6b4a7243f5dca1eb9066f2671 (patch) | |
tree | c3c45b13aca6433d7e71aa23f80ba4ddd1ce5477 | |
parent | 68cffbbd4406b4efe1aa6e18460b1d7ca02549f1 (diff) | |
download | gdb-e9061058b4fb26a6b4a7243f5dca1eb9066f2671.zip gdb-e9061058b4fb26a6b4a7243f5dca1eb9066f2671.tar.gz gdb-e9061058b4fb26a6b4a7243f5dca1eb9066f2671.tar.bz2 |
Reformat gdbarch-components.py to fix deviations
Reformat to make sure we have a clean file with no deviations
from the expected python code format.
-rw-r--r-- | gdb/gdbarch-components.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/gdbarch-components.py b/gdb/gdbarch-components.py index 201dba8..71aa599 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="gdb::byte_vector", name="decode_memtag_section", - params=[("bfd_section *", "section"), ("int", "type"), ("CORE_ADDR", "address"), ("size_t", "length")], + params=[ + ("bfd_section *", "section"), + ("int", "type"), + ("CORE_ADDR", "address"), + ("size_t", "length"), + ], predicate=True, invalid=True, ) |