aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/gdbarch-components.py7
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,
)