This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from debd0556e51 Fix crash with "finish" in Rust new aa992b382f9 gdb: remove invalid / dead code from gdbarch.py new 09de95fbb79 gdb: reformat Python files with black 23.1.0 new c4e1b10cc2e gdb: gdbarch.py: spell out parameters of _Component.__init__ new fbbe9eb8b51 gdb: gdbarch.py: remove Info.__init__ new 9f353051dee gdb: pyproject.toml: set pyright typeCheckingMode = "strict" new 05e4e893736 gdb: split gdbarch component types to gdbarch_types.py new 116e3492f29 gdb: gdbarch*.py, copyright.py: add type annotations new dcca01ace7e gdb: make-target-delegates.py: make one string raw new c6cf3ced973 gdb: make-target-delegates.py: add Entry type new 13ee5410707 gdb: make-target-delegates.py: add type annotations
The 10 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/gdbarch.py | 161 +----------------- ...gdbarch-components.py => gdbarch_components.py} | 7 +- gdb/gdbarch_types.py | 184 +++++++++++++++++++++ gdb/gdbcopyright.py | 2 +- gdb/make-target-delegates.py | 104 ++++++++---- gdb/pyproject.toml | 3 + gdb/python/lib/gdb/FrameDecorator.py | 1 - gdb/python/lib/gdb/command/frame_filters.py | 1 + gdb/python/lib/gdb/dap/server.py | 2 +- gdb/python/lib/gdb/printing.py | 2 +- .../gdb.multi/multi-target-info-inferiors.py | 1 + gdb/testsuite/gdb.perf/backtrace.py | 1 - gdb/testsuite/gdb.python/py-framefilter-addr.py | 1 + gdb/testsuite/gdb.python/py-framefilter.py | 1 + gdb/testsuite/gdb.python/py-inferior-leak.py | 2 + gdb/testsuite/gdb.python/py-prettyprint.py | 1 + gdb/testsuite/gdb.python/py-recurse-unwind.py | 5 - gdb/testsuite/gdb.python/py-send-packet.py | 1 + gdb/testsuite/gdb.python/tui-window.py | 1 + 19 files changed, 284 insertions(+), 197 deletions(-) rename gdb/{gdbarch-components.py => gdbarch_components.py} (99%) create mode 100755 gdb/gdbarch_types.py