public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Reformat gdbarch-components.py to fix deviations
@ 2022-07-19 15:09 Luis Machado
0 siblings, 0 replies; only message in thread
From: Luis Machado @ 2022-07-19 15:09 UTC (permalink / raw)
To: gdb-cvs
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e9061058b4fb26a6b4a7243f5dca1eb9066f2671
commit e9061058b4fb26a6b4a7243f5dca1eb9066f2671
Author: Luis Machado <luis.machado@arm.com>
Date: Tue Jul 19 15:52:29 2022 +0100
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.
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="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,
)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-07-19 15:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-19 15:09 [binutils-gdb] Reformat gdbarch-components.py to fix deviations Luis Machado
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).