projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68cffbb
)
Reformat gdbarch-components.py to fix deviations
author
Luis Machado
<luis.machado@arm.com>
Tue, 19 Jul 2022 14:52:29 +0000
(15:52 +0100)
committer
Luis Machado
<luis.machado@arm.com>
Tue, 19 Jul 2022 15:07:55 +0000
(16:07 +0100)
Reformat to make sure we have a clean file with no deviations
from the expected python code format.
gdb/gdbarch-components.py
patch
|
blob
|
history
diff --git
a/gdb/gdbarch-components.py
b/gdb/gdbarch-components.py
index 201dba8e1e19e710fe6dfa536f26ec193033f701..71aa5991fbe0fd6daf21cd4f0c8b56e3188e4172 100644
(file)
--- 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,
)